OLD | NEW |
1 CONSOLE MESSAGE: line 56: | 1 CONSOLE MESSAGE: line 56: |
2 | 2 |
3 Test case: | 3 Test case: |
4 max-height: [inline not set] => max-height: 160px | 4 max-height: [inline not set] => max-height: 160px |
5 The worklet console should log: 'Successful invalidation for: max-height' | 5 The worklet console should log: 'Successful invalidation for: max-height' |
6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height | 6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height |
7 CONSOLE MESSAGE: line 56: | 7 CONSOLE MESSAGE: line 56: |
8 | 8 |
9 Test case: | 9 Test case: |
10 max-height: 100px => max-height: 160px | 10 max-height: 100px => max-height: 160px |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 PASS border-top-color: [inline not set] => border-top-color: blue | 112 PASS border-top-color: [inline not set] => border-top-color: blue |
113 PASS border-top-color: rgb(0,0,255) => border-top-color: blue | 113 PASS border-top-color: rgb(0,0,255) => border-top-color: blue |
114 PASS --foo: [inline not set] => --foo: foo | 114 PASS --foo: [inline not set] => --foo: foo |
115 PASS --foo: foo => --foo: var(--str) | 115 PASS --foo: foo => --foo: var(--str) |
116 PASS --str: [inline not set] => --str: bar | 116 PASS --str: [inline not set] => --str: bar |
117 PASS --str: [inline not set] => --str: foo | 117 PASS --str: [inline not set] => --str: foo |
118 PASS --length-inherited: [inline not set] => --length-inherited: 10px | 118 PASS --length-inherited: [inline not set] => --length-inherited: 10px |
119 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px | 119 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px |
120 Harness: the test ran to completion. | 120 Harness: the test ran to completion. |
121 | 121 |
OLD | NEW |