| Index: third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html b/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
|
| index 6b4a08898621d82cdf99228ba281fab38ecb5ddb..4a4b00b1ceeac3c7d1bfea5ab11f85ec5ef4f8e6 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
|
| @@ -36,7 +36,7 @@
|
| <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>
|
| -border-radius: 2px
|
| +--foo: [CSSStyleValue= bar]<br>
|
| +border-radius: [CSSStyleValue=2px]
|
| </body>
|
| </html>
|
|
|