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

Unified Diff: LayoutTests/fast/events/popup-blocked-to-post-blank.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/fast/events/popup-blocked-to-post-blank.html
diff --git a/LayoutTests/fast/events/popup-blocked-to-post-blank.html b/LayoutTests/fast/events/popup-blocked-to-post-blank.html
index b60d830d82d038344dff221534288d0e50d21fc3..4ba21a5a9693da9ea4ab232a59c791e83d9cded7 100644
--- a/LayoutTests/fast/events/popup-blocked-to-post-blank.html
+++ b/LayoutTests/fast/events/popup-blocked-to-post-blank.html
@@ -27,6 +27,6 @@
<form id="form2" action="data:text/html,<b>hello!</b><script>window.testRunner && testRunner.notifyDone()</script>" target="target">
<input type="submit" value="Submit local page Javascript"/>
</form>
-<iframe name="target"></iframe>
+<iframe id="target"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698