| Index: third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
|
| index ce54a574ef67c340e2fb8a28b8f508ed363d2ff9..24d08ec0fa86b89ed982a6f463f662e551a1c838 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
|
| @@ -86,6 +86,18 @@ CONSOLE MESSAGE: line 56:
|
| Test case:
|
| --str: [inline not set] => --str: foo
|
| The worklet console should log nothing
|
| +CONSOLE MESSAGE: line 56:
|
| +
|
| +Test case:
|
| +--length-inherited: [inline not set] => --length-inherited: 10px
|
| +The worklet console should log: 'Successful invalidation for: --length-inherited'
|
| +CONSOLE MESSAGE: line 11: Successful invalidation for: --length-inherited
|
| +CONSOLE MESSAGE: line 56:
|
| +
|
| +Test case:
|
| +--length-non-inherited: [inline not set] => --length-non-inherited: 20px
|
| +The worklet console should log: 'Successful invalidation for: --length-non-inherited'
|
| +CONSOLE MESSAGE: line 11: Successful invalidation for: --length-non-inherited
|
| This is a testharness.js-based test.
|
| PASS max-height: [inline not set] => max-height: 160px
|
| PASS max-height: 100px => max-height: 160px
|
| @@ -103,5 +115,7 @@ PASS --foo: [inline not set] => --foo: foo
|
| PASS --foo: foo => --foo: var(--str)
|
| PASS --str: [inline not set] => --str: bar
|
| PASS --str: [inline not set] => --str: foo
|
| +PASS --length-inherited: [inline not set] => --length-inherited: 10px
|
| +PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px
|
| Harness: the test ran to completion.
|
|
|
|
|