Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/navigation/no-referrer-subframe.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.
Jump to:
View side-by-side diff with in-line comments
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 d7568298c6e4a86138e9f61fea5c01c291d48c9e..e97b72606a7f79bbff906d4ffc2679a29697264a 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 name="subframe" src="about:blank"></iframe>
+<iframe id="subframe" src="about:blank"></iframe>
<script>
window.name = "consoleWindow";
if (window.testRunner) {

Powered by Google App Engine