| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo-expected.txt b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo-expected.txt
|
| index ec74df4a247baf1b8453c34d4eae3bbcfe850e1c..cd068567d2668fddd9892b75cdd65778f58d991b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo-expected.txt
|
| @@ -1,10 +1,10 @@
|
| CONSOLE MESSAGE: line 14: color: [CSSStyleValue=rgb(255, 0, 0)]
|
| -CONSOLE MESSAGE: line 14: line-height: [CSSStyleValue=2px]
|
| +CONSOLE MESSAGE: line 14: line-height: [CSSUnitValue=2px]
|
| Foo
|
| This tests the style information in the paint callback.
|
|
|
| See the devtools console for test output. The console should log:
|
|
|
| color: [CSSStyleValue=rgb(255, 0, 0)]
|
| -line-height: [CSSStyleValue=2px]
|
| +line-height: [CSSUnitValue=2px]
|
|
|
|
|