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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-webp-maximum-quality.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/fast/canvas/canvas-toBlob-webp-maximum-quality.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-webp-maximum-quality.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-webp-maximum-quality.html
index 8a136628a512fa51dfa886f8f09f85b64c580bd2..e9e3e8d9b14393a739efe373d3e9f2090075b561 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-webp-maximum-quality.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-webp-maximum-quality.html
@@ -23,7 +23,7 @@ image.onload = function() {
};
canvas.toBlob(function(blob) {
- var errorImage = "../../fast/images/resources/rgb-jpeg-red.jpg";
+ var errorImage = "../../images/resources/rgb-jpeg-red.jpg";
if (!(blob instanceof Blob)) {
error.textContent += "FAIL: the blob is not valid.";
result.src = errorImage;

Powered by Google App Engine
This is Rietveld 408576698