| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
|
| index a0ff9355de58769d3a9192a9e5ffe11bd406580e..f5b45f94f807e3a1e7742d83c19945200cef12b2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
|
| @@ -32,6 +32,6 @@
|
| <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: [CSSStyleValue=rgb(255, 0, 0)]<br>
|
| -line-height: [CSSStyleValue=2px]<br>
|
| +line-height: [CSSUnitValue=2px]<br>
|
| </body>
|
| </html>
|
|
|