| 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.");
|
| };
|
|
|