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) { |