| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt
|
| index 850ea6891001bb7fd5d3f67f7b48b41fcb666691..dd5ddc1ce6db7792b69b11152258b42f35bdb472 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt
|
| @@ -67,7 +67,7 @@ PASS computedStyle.getPropertyValue("background-size") is "50%"
|
| PASS checkComputedStyleValue() is true
|
|
|
| PASS e.style.background is "fixed red"
|
| -PASS e.style.backgroundSize is "initial"
|
| +PASS e.style.backgroundSize is "auto"
|
| PASS checkStyle() is true
|
| PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) none repeat fixed 0% 0% / auto padding-box border-box"
|
| PASS computedStyle.getPropertyValue("background-size") is "auto"
|
|
|