OLD | NEW |
1 Test that CSS rules don't lose custom properties on GC when only reachable throu
gh its declarations. | 1 Test that CSS rules don't lose custom properties on GC when only reachable throu
gh its declarations. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 FAIL style.parentRule.foo should be bar. Threw exception TypeError: Cannot read
property 'foo' of null | 6 PASS style.parentRule.foo is "bar" |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 | 10 |
OLD | NEW |