| 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 e6e03f3cbfad028a788de86f40749281109126f6..217de8b8fe2c5d2a38a99eab497c2ee5a68087d8 100644
|
| --- a/LayoutTests/http/tests/local/file-url-sent-as-referer.html
|
| +++ b/LayoutTests/http/tests/local/file-url-sent-as-referer.html
|
| @@ -9,9 +9,9 @@
|
| }
|
| </script>
|
| </head>
|
| -<body>
|
| +<body onLoad="getImage();">
|
| <br>This is a test to see if a file:// url is sent out as the referrer for a subresource load<br>
|
| -<iframe id="myFrame" src="about:blank" onLoad="getImage();"></iframe>
|
| +<iframe id="myFrame" src="about:blank"></iframe>
|
| <br>The above image will tell you success or failure - green or red<br>
|
| </body>
|
| </html>
|
|
|