Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Unified Diff: trunk/LayoutTests/fast/forms/form-submission-cancelable.html

Issue 202823002: Revert 169304 "id of iframe incorrectly sets window name" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698