| Index: third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html b/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
|
| index dcfcaa7d7696af4ba1eaad671be017fa4f7d0e40..2c165103a222146bc57655d9b23f6a772071ae29 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
|
| @@ -31,7 +31,7 @@
|
| </script>
|
| <p>This tests the style information in the paint callback.</p>
|
| <p>See the devtools console for test output. The console should log:</p>
|
| -color: rgb(255, 0, 0)<br>
|
| -line-height: 2px<br>
|
| +color: [CSSStyleValue=rgb(255, 0, 0)]<br>
|
| +line-height: [CSSSimpleLength=2px]<br>
|
| </body>
|
| </html>
|
|
|