| Index: third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt b/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
|
| index ede151a1265d81e5761e37dea7393640e4ff9dd7..0a70747a15cec96e0657efee55047b278e0649e3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
|
| @@ -1,15 +1,15 @@
|
| CONSOLE WARNING: line 15: 'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2
|
| Note that background is buggy right now!
|
| Test
|
| -background-image: initial
|
| -background-position-x: initial
|
| -background-position-y: initial
|
| -background-size: initial
|
| -background-repeat-x: initial
|
| -background-repeat-y: initial
|
| -background-attachment: initial
|
| -background-origin: initial
|
| -background-clip: initial
|
| +background-image: none
|
| +background-position-x: 0%
|
| +background-position-y: 0%
|
| +background-size: auto
|
| +background-repeat-x: repeat
|
| +background-repeat-y: repeat
|
| +background-attachment: scroll
|
| +background-origin: padding-box
|
| +background-clip: border-box
|
| background-color: purple
|
| margin-top: 1em
|
| margin-right: 1em
|
|
|