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

Unified Diff: LayoutTests/fast/events/popup-blocked-to-post-blank.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html 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 4ba21a5a9693da9ea4ab232a59c791e83d9cded7..b60d830d82d038344dff221534288d0e50d21fc3 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 @@ Window object. Otherwise, the test passes.
<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 id="target"></iframe>
+<iframe name="target"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698