Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1624)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/mime/png-image-with-x-png-mime-type.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698