| Index: third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html b/third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html
|
| index e3b75bf1acfe9d61cb74e73b5ee2526f3af38a63..2931df6ecab9819ed05f6a33b665a661fdcad4c2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html
|
| @@ -15,7 +15,7 @@ function loadImage()
|
|
|
| function xPngImage()
|
| {
|
| - return "?name=../../../fast/images/resources/lenna.png&mimeType=" + encodeURIComponent("image/x-png");
|
| + return "?name=../../../images/resources/lenna.png&mimeType=" + encodeURIComponent("image/x-png");
|
| }
|
|
|
| function testDone()
|
|
|