| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
|
| index 9ce145cab5e9a57351941776fa2db9f0e095ec98..7aaaed0140997c0dc32b6a08237394de87b4e02f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
|
| @@ -35,8 +35,8 @@
|
| </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>
|
| ---length: [CSSStyleValue=10px]<br>
|
| ---length-initial: [CSSStyleValue=20px]<br>
|
| +--length: [CSSUnitValue=10px]<br>
|
| +--length-initial: [CSSUnitValue=20px]<br>
|
| --number: [CSSStyleValue=10]<br>
|
|
|
| </html>
|
|
|