jquery-mobile/tests/unit/navigation/form-tests/form-no-action.html
Kin Blas 0d65a0d1c5 - Fixed issue #1923 - url of form is miscalculated
- Added code to calculate whether to choose the documentUrl or the page Url in the case where an action is not specified on a form element.

	- Fixed bug in the navigation "submit" handler where an error was being thrown if "type" was not specified.

	- Fixed typo "diabled" id typos in tests/unit/navigation/index.html.

	- Added tests for form submissions with no action in both base and non-base specified cases.
2011-06-27 10:25:13 -07:00

15 lines
287 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="external-form-no-action-page" data-nstest-role="page">
<div data-nstest-role="content">
<form>
<input type="hidden" name="foo" value="1">
<input type="hidden" name="bar" value="2">
</form>
</div>
</div>
</body>
</html>