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