| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint-expected.txt b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint-expected.txt
|
| index 0b0e153190a064928e83b3da6bb7a40046dd962c..54ddb4948aab2b25d52ac857ce9025e26fb9212d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint-expected.txt
|
| @@ -1,11 +1,11 @@
|
| -CONSOLE MESSAGE: line 14: --length: [CSSStyleValue=10px]
|
| -CONSOLE MESSAGE: line 14: --length-initial: [CSSStyleValue=20px]
|
| +CONSOLE MESSAGE: line 14: --length: [CSSUnitValue=10px]
|
| +CONSOLE MESSAGE: line 14: --length-initial: [CSSUnitValue=20px]
|
| CONSOLE MESSAGE: line 14: --number: [CSSStyleValue=10]
|
| This tests the style information in the paint callback.
|
|
|
| See the devtools console for test output. The console should log:
|
|
|
| ---length: [CSSStyleValue=10px]
|
| ---length-initial: [CSSStyleValue=20px]
|
| +--length: [CSSUnitValue=10px]
|
| +--length-initial: [CSSUnitValue=20px]
|
| --number: [CSSStyleValue=10]
|
|
|
|
|