OLD | NEW |
1 PASS test('background') is "inherit, initial" | 1 PASS test('background') is "inherit, initial" |
2 PASS test('background-position') is "inherit, initial" | 2 PASS test('background-position') is "inherit, initial" |
3 PASS test('background-repeat') is "inherit, initial" | 3 PASS test('background-repeat') is "inherit, initial" |
4 PASS test('border') is "inherit, initial" | 4 PASS test('border') is "inherit, initial" |
5 PASS test('border-bottom') is "inherit, initial" | 5 PASS test('border-bottom') is "inherit, initial" |
6 PASS test('border-color') is "inherit, initial" | 6 PASS test('border-color') is "inherit, initial" |
7 PASS test('border-left') is "inherit, initial" | 7 PASS test('border-left') is "inherit, initial" |
8 PASS test('border-radius') is "inherit, initial" | 8 PASS test('border-radius') is "inherit, initial" |
9 PASS test('border-right') is "inherit, initial" | 9 PASS test('border-right') is "inherit, initial" |
10 PASS test('border-spacing') is "inherit, initial" | 10 PASS test('border-spacing') is "inherit, initial" |
(...skipping 17 matching lines...) Expand all Loading... |
28 PASS test('webkit-flex') is "inherit, initial" | 28 PASS test('webkit-flex') is "inherit, initial" |
29 PASS test('webkit-marginCollapse') is "inherit, initial" | 29 PASS test('webkit-marginCollapse') is "inherit, initial" |
30 PASS test('webkit-marquee') is "inherit, initial" | 30 PASS test('webkit-marquee') is "inherit, initial" |
31 PASS test('webkit-mask') is "inherit, initial" | 31 PASS test('webkit-mask') is "inherit, initial" |
32 PASS test('webkit-mask-position') is "inherit, initial" | 32 PASS test('webkit-mask-position') is "inherit, initial" |
33 PASS test('webkit-mask-repeat') is "inherit, initial" | 33 PASS test('webkit-mask-repeat') is "inherit, initial" |
34 PASS test('webkit-text-emphasis') is "inherit, initial" | 34 PASS test('webkit-text-emphasis') is "inherit, initial" |
35 PASS test('webkit-text-stroke') is "inherit, initial" | 35 PASS test('webkit-text-stroke') is "inherit, initial" |
36 PASS test('webkit-transition') is "inherit, initial" | 36 PASS test('webkit-transition') is "inherit, initial" |
37 PASS test('webkit-transform-origin') is "inherit, initial" | 37 PASS test('webkit-transform-origin') is "inherit, initial" |
| 38 PASS successfullyParsed is true |
| 39 |
| 40 TEST COMPLETE |
38 Test that e matched declaration cache handles explicitly inherited properties co
rrectly. | 41 Test that e matched declaration cache handles explicitly inherited properties co
rrectly. |
39 | 42 |
40 | 43 |
OLD | NEW |