| 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 1615ed1531c09e040a0530bbaafd75ae259234bd..9ce145cab5e9a57351941776fa2db9f0e095ec98 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: [CSSSimpleLength=10px]<br>
|
| ---length-initial: [CSSSimpleLength=20px]<br>
|
| ---number: [CSSNumberValue=10]<br>
|
| +--length: [CSSStyleValue=10px]<br>
|
| +--length-initial: [CSSStyleValue=20px]<br>
|
| +--number: [CSSStyleValue=10]<br>
|
|
|
| </html>
|
|
|