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

Unified Diff: LayoutTests/http/tests/navigation/no-referrer-subframe.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/http/tests/navigation/no-referrer-subframe.html
diff --git a/LayoutTests/http/tests/navigation/no-referrer-subframe.html b/LayoutTests/http/tests/navigation/no-referrer-subframe.html
index e97b72606a7f79bbff906d4ffc2679a29697264a..d7568298c6e4a86138e9f61fea5c01c291d48c9e 100644
--- a/LayoutTests/http/tests/navigation/no-referrer-subframe.html
+++ b/LayoutTests/http/tests/navigation/no-referrer-subframe.html
@@ -1,7 +1,7 @@
<html><body>
This tests behavior of "noreferrer" links in subframes. A referrer should not be sent and window.opener should remain null.<br/>
<a id="link" href="resources/no-referrer-helper.php" rel="noreferrer" target="subframe">Load subframe</a>
-<iframe id="subframe" src="about:blank"></iframe>
+<iframe name="subframe" src="about:blank"></iframe>
<script>
window.name = "consoleWindow";
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698