1 Test the cssText output of counter-valued CSSPrimitiveValues
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS rules[2].style.cssText is "content: counter(section);"
7 PASS rules[3].style.cssText is "content: counters(section, \":\");"
8 PASS rules[4].style.cssText is "content: counter(section, lower-roman);"
9 PASS rules[5].style.cssText is "content: counters(section, \",\", upper-roman);"
10 PASS rules[6].style.cssText is "content: counter(section, none);"
11 PASS successfullyParsed is true