Index: trunk/LayoutTests/fast/forms/form-submission-cancelable.html |
=================================================================== |
--- trunk/LayoutTests/fast/forms/form-submission-cancelable.html (revision 169397) |
+++ trunk/LayoutTests/fast/forms/form-submission-cancelable.html (working copy) |
@@ -12,8 +12,8 @@ |
<input name="query1" value="AAA" /> |
<input type="submit" id="submitButton1"/> |
</form> |
-<iframe id="target" name="target"></iframe> |
-<iframe id="target1" name="target1"></iframe> |
+<iframe id="target" ></iframe> |
+<iframe id="target1" ></iframe> |
<script> |
description('Test that form submit within onsubmit event handlers are not delayed and sends the form data when invoked'); |
var count = 2; |