| Index: third_party/WebKit/LayoutTests/csspaint/style-background-image.html
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/style-background-image.html b/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
|
| index 5bf668a30bea52f62ae396df843082584d8ae900..edb2d78d2af93f20d031b142c556f79568266542 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
|
| @@ -32,8 +32,8 @@
|
| <p>This tests the style information in the paint callback.</p>
|
| <p>See the devtools console for test output. The console should log:</p>
|
| --bar: [null]<br>
|
| ---foo: bar<br>
|
| -align-items: normal<br>
|
| -border-radius: 2px
|
| +--foo: [CSSStyleValue= bar]<br>
|
| +align-items: [CSSStyleValue=normal]<br>
|
| +border-radius: [CSSStyleValue=2px]
|
| </body>
|
| </html>
|
|
|