Chromium Code Reviews| Index: LayoutTests/http/tests/local/file-url-sent-as-referer.html |
| diff --git a/LayoutTests/http/tests/local/file-url-sent-as-referer.html b/LayoutTests/http/tests/local/file-url-sent-as-referer.html |
| index ed8420bccc776f55f2c2030080fe512d9fd694c6..e6e03f3cbfad028a788de86f40749281109126f6 100644 |
| --- a/LayoutTests/http/tests/local/file-url-sent-as-referer.html |
| +++ b/LayoutTests/http/tests/local/file-url-sent-as-referer.html |
| @@ -5,6 +5,7 @@ |
| { |
| var frameObj = document.getElementById("myFrame"); |
| frameObj.contentWindow.document.write("<img src=\"http://127.0.0.1:8000/security/resources/showRefererImage.php\"/>"); |
| + frameObj.contentWindow.document.close(); |
| } |
| </script> |
| </head> |