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

Unified Diff: third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-security-test.html

Issue 2641953005: ShapeDetection: LayoutTests correction: s/imported/external/ (Closed)
Patch Set: Removed strange third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement-expected.t… Created 3 years, 11 months 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/shapedetection/shapedetection-security-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-security-test.html b/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-security-test.html
index 5ce7e8bbb29120560e042fb0a992cae78c7efb24..9a03b2ea83dacc8bf8871bee2634ce1612e696fa 100644
--- a/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-security-test.html
+++ b/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-security-test.html
@@ -28,10 +28,9 @@ var createTestForBadImage = function(createDetector) {
promise_test(function(t) {
var image = new Image();
return detectOnElementAndExpectError(createDetector, image,
- "../../imported/wpt/images/broken.png")
+ "../../external/wpt/images/broken.png")
.then(function(error) {
assert_equals(error.name, "InvalidStateError");
- assert_regexp_match(error.message, /Unable to decompress*/);
});
}, "Detector should reject undecodable images with an InvalidStateError.");
};

Powered by Google App Engine
This is Rietveld 408576698