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 FAIL style.parentRule.foo should be bar (of type string). Was undefined (of type undefined). |
sof
2016/04/22 12:30:57
Is this (and the other gc-* tests) expected to fai
keishi
2016/04/26 05:05:36
I was able to make gc-declaration-parent-rule.html
| |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 | 10 |
OLD | NEW |