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

Unified Diff: LayoutTests/http/tests/misc/form-target-iframe-location-change.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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: LayoutTests/http/tests/misc/form-target-iframe-location-change.html
diff --git a/LayoutTests/http/tests/misc/form-target-iframe-location-change.html b/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
index 8a69373fdc5c9fb636be1f14fa6fb3fd0f2d1488..54a3af9b4ee23bf2de4f47634cc4412104dfa622 100644
--- a/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
+++ b/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
@@ -15,6 +15,6 @@
}
</script>
<iframe id="formframe" name="formframe"></iframe>
-<iframe name="navframe" src="resources/submit-in-sibling-frame.html"></iframe>
+<iframe id="navframe" src="resources/submit-in-sibling-frame.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698