| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
|
| index 90706a2e9798c1f15e9be932e241996821df986a..1e6aaded078adab267bb4e5fd2032d9047adff98 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
|
| @@ -19,10 +19,10 @@ runInlineStylePropertyMapTests( {
|
| 'none',
|
| ],
|
| validObjects: [
|
| - new CSSURLImageValue(window.location.href + 'resources/1x1-green.jpg'),
|
| + new CSSURLImageValue(window.location.href + '/resources/1x1-green.jpg'),
|
| new CSSURLImageValue(window.location.href)
|
| ],
|
| supportsMultiple: false,
|
| - invalidObjects: [new CSSSimpleLength(4, 'px')]
|
| + invalidObjects: [new CSSUnitValue(4, 'px')]
|
| });
|
| -</script>
|
| +</script>
|
|
|