| OLD | NEW |
| 1 Test the cssText output of counter-valued CSSPrimitiveValues | 1 Test the cssText output of counter-valued CSSPrimitiveValues |
| 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 PASS rules[2].style.cssText is "content: counter(section, decimal);" | 6 PASS rules[2].style.cssText is "content: counter(section, decimal);" |
| 7 PASS rules[3].style.cssText is "content: counters(section, ':', decimal);" | 7 PASS rules[3].style.cssText is "content: counters(section, \":\", decimal);" |
| 8 PASS rules[4].style.cssText is "content: counter(section, lower-roman);" | 8 PASS rules[4].style.cssText is "content: counter(section, lower-roman);" |
| 9 PASS rules[5].style.cssText is "content: counters(section, ',', upper-roman);" | 9 PASS rules[5].style.cssText is "content: counters(section, \",\", upper-roman);" |
| 10 PASS rules[6].style.cssText is "content: counter(section, none);" | 10 PASS rules[6].style.cssText is "content: counter(section, none);" |
| 11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 12 | 12 |
| 13 TEST COMPLETE | 13 TEST COMPLETE |
| 14 | 14 |
| OLD | NEW |