| Index: third_party/WebKit/LayoutTests/fast/css/script-tests/image-set-setting.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/script-tests/image-set-setting.js b/third_party/WebKit/LayoutTests/fast/css/script-tests/image-set-setting.js
|
| index cc5718fcdb6e0bba275882453475833bdba84321..f3ecd178f80e9e70c74114028456280295dda65d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/script-tests/image-set-setting.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/script-tests/image-set-setting.js
|
| @@ -15,7 +15,7 @@ function testImageSetRule(description, rule, expected)
|
| debug("");
|
| debug(description + " : " + rule);
|
|
|
| - var fullRule = '-webkit-image-set(' + rule + ')';
|
| + var fullRule = 'image-set(' + rule + ')';
|
| var call = 'testComputedStyle(`background-image`, `' + fullRule + '`)';
|
| shouldBeEqualToString(call, fullRule);
|
| }
|
|
|