Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/loader/resources/image2.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/loader/resources/image2.html b/third_party/WebKit/LayoutTests/fast/loader/resources/image2.html |
| index c037fff0ce656777cc02e8ae6cc81cf6ea442aac..83aef4c3ce70bd667b9ff6126a9aa5726ed2300f 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/loader/resources/image2.html |
| +++ b/third_party/WebKit/LayoutTests/fast/loader/resources/image2.html |
| @@ -1,5 +1,5 @@ |
| <html> |
| <body> |
| - <img src="../../images/resources/oval.png" onload="window.opener.image2Loaded();"> |
| + <img src="../../../images/resources/oval.png" onload="window.opener.image2Loaded();"> |
| </body> |
| </html> |