Index: trunk/LayoutTests/http/tests/security/srcdoc-inherits-referrer-for-forms.html |
=================================================================== |
--- trunk/LayoutTests/http/tests/security/srcdoc-inherits-referrer-for-forms.html (revision 168578) |
+++ trunk/LayoutTests/http/tests/security/srcdoc-inherits-referrer-for-forms.html (working copy) |
@@ -8,7 +8,7 @@ |
The srcdoc iframe below should use this document's URL as its referrer. |
<iframe srcdoc=" |
This iframe logs information about its referrer:<br> |
-<iframe id='tg' name='tg'></iframe> |
+<iframe id='tg'></iframe> |
<form target='tg' id='fm' method='GET' action='resources/referrer-policy-log.php'></form> |
<script> |
document.getElementById('tg').addEventListener('load', function() { |