| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
|
| index 8bd7570d1ee400242c2a66e20ca1965d6e670318..dc60b24ef849364c09a0367eac98f004c10ca33c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
|
| @@ -105,7 +105,7 @@ debug("")
|
|
|
| e.style.background = "red fixed";
|
| shouldBeEqualToString("e.style.background", 'fixed red');
|
| -shouldBeEqualToString("e.style.backgroundSize", 'initial');
|
| +shouldBeEqualToString("e.style.backgroundSize", 'auto');
|
| shouldBe("checkStyle()", "true");
|
| shouldBeEqualToString('computedStyle.getPropertyValue("background")', 'rgb(255, 0, 0) none repeat fixed 0% 0% / auto padding-box border-box');
|
| shouldBeEqualToString('computedStyle.getPropertyValue("background-size")', 'auto');
|
|
|