| OLD | NEW |
| (Empty) |
| 1 CONSOLE MESSAGE: line 56: | |
| 2 | |
| 3 Test case: | |
| 4 max-height: [inline not set] => max-height: 160px | |
| 5 The worklet console should log: 'Successful invalidation for: max-height' | |
| 6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height | |
| 7 CONSOLE MESSAGE: line 56: | |
| 8 | |
| 9 Test case: | |
| 10 max-height: 100px => max-height: 160px | |
| 11 The worklet console should log: 'Successful invalidation for: max-height' | |
| 12 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height | |
| 13 CONSOLE MESSAGE: line 56: | |
| 14 | |
| 15 Test case: | |
| 16 max-height: 100px => max-height: calc(50px + 50px) | |
| 17 The worklet console should log nothing | |
| 18 CONSOLE MESSAGE: line 56: | |
| 19 | |
| 20 Test case: | |
| 21 max-height: 100px => max-height: calc(50px + var(--fiftypx)) | |
| 22 The worklet console should log nothing | |
| 23 CONSOLE MESSAGE: line 56: | |
| 24 | |
| 25 Test case: | |
| 26 flex-basis: [inline not set] => flex-basis: 100px | |
| 27 The worklet console should log: 'Successful invalidation for: flex-basis' | |
| 28 CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis | |
| 29 CONSOLE MESSAGE: line 56: | |
| 30 | |
| 31 Test case: | |
| 32 flex-basis: 100px => flex-basis: [inline not set] | |
| 33 The worklet console should log: 'Successful invalidation for: flex-basis' | |
| 34 CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis | |
| 35 CONSOLE MESSAGE: line 56: | |
| 36 | |
| 37 Test case: | |
| 38 flex-basis: [inline not set] => flex-basis: 200px | |
| 39 The worklet console should log nothing | |
| 40 CONSOLE MESSAGE: line 56: | |
| 41 | |
| 42 Test case: | |
| 43 flex-basis: 200px => flex-basis: [inline not set] | |
| 44 The worklet console should log nothing | |
| 45 CONSOLE MESSAGE: line 56: | |
| 46 | |
| 47 Test case: | |
| 48 color: [inline not set] => color: red | |
| 49 The worklet console should log: 'Successful invalidation for: color' | |
| 50 CONSOLE MESSAGE: line 11: Successful invalidation for: color | |
| 51 CONSOLE MESSAGE: line 56: | |
| 52 | |
| 53 Test case: | |
| 54 color: #F00 => color: red | |
| 55 The worklet console should log nothing | |
| 56 CONSOLE MESSAGE: line 56: | |
| 57 | |
| 58 Test case: | |
| 59 border-top-color: [inline not set] => border-top-color: blue | |
| 60 The worklet console should log: 'Successful invalidation for: border-top-color' | |
| 61 CONSOLE MESSAGE: line 11: Successful invalidation for: border-top-color | |
| 62 CONSOLE MESSAGE: line 56: | |
| 63 | |
| 64 Test case: | |
| 65 border-top-color: rgb(0,0,255) => border-top-color: blue | |
| 66 The worklet console should log nothing | |
| 67 CONSOLE MESSAGE: line 56: | |
| 68 | |
| 69 Test case: | |
| 70 --foo: [inline not set] => --foo: foo | |
| 71 The worklet console should log: 'Successful invalidation for: --foo' | |
| 72 CONSOLE MESSAGE: line 11: Successful invalidation for: --foo | |
| 73 CONSOLE MESSAGE: line 56: | |
| 74 | |
| 75 Test case: | |
| 76 --foo: foo => --foo: var(--str) | |
| 77 The worklet console should log nothing | |
| 78 CONSOLE MESSAGE: line 56: | |
| 79 | |
| 80 Test case: | |
| 81 --str: [inline not set] => --str: bar | |
| 82 The worklet console should log: 'Successful invalidation for: --str' | |
| 83 CONSOLE MESSAGE: line 11: Successful invalidation for: --str | |
| 84 CONSOLE MESSAGE: line 56: | |
| 85 | |
| 86 Test case: | |
| 87 --str: [inline not set] => --str: foo | |
| 88 The worklet console should log nothing | |
| 89 CONSOLE MESSAGE: line 56: | |
| 90 | |
| 91 Test case: | |
| 92 --length-inherited: [inline not set] => --length-inherited: 10px | |
| 93 The worklet console should log: 'Successful invalidation for: --length-inherited
' | |
| 94 CONSOLE MESSAGE: line 11: Successful invalidation for: --length-inherited | |
| 95 CONSOLE MESSAGE: line 56: | |
| 96 | |
| 97 Test case: | |
| 98 --length-non-inherited: [inline not set] => --length-non-inherited: 20px | |
| 99 The worklet console should log: 'Successful invalidation for: --length-non-inher
ited' | |
| 100 CONSOLE MESSAGE: line 11: Successful invalidation for: --length-non-inherited | |
| 101 This is a testharness.js-based test. | |
| 102 PASS max-height: [inline not set] => max-height: 160px | |
| 103 PASS max-height: 100px => max-height: 160px | |
| 104 PASS max-height: 100px => max-height: calc(50px + 50px) | |
| 105 PASS max-height: 100px => max-height: calc(50px + var(--fiftypx)) | |
| 106 PASS flex-basis: [inline not set] => flex-basis: 100px | |
| 107 PASS flex-basis: 100px => flex-basis: [inline not set] | |
| 108 PASS flex-basis: [inline not set] => flex-basis: 200px | |
| 109 PASS flex-basis: 200px => flex-basis: [inline not set] | |
| 110 PASS color: [inline not set] => color: red | |
| 111 PASS color: #F00 => color: red | |
| 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 | |
| 114 PASS --foo: [inline not set] => --foo: foo | |
| 115 PASS --foo: foo => --foo: var(--str) | |
| 116 PASS --str: [inline not set] => --str: bar | |
| 117 PASS --str: [inline not set] => --str: foo | |
| 118 PASS --length-inherited: [inline not set] => --length-inherited: 10px | |
| 119 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px | |
| 120 Harness: the test ran to completion. | |
| 121 | |
| OLD | NEW |