12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px'
13 PASS computedStyleFor('content', 'before', 'content') is "\"text\""
14 PASS computedStyleFor('content', 'after', 'content') is "\"test \" url(data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)"
15 PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0'
16 PASS str.indexOf('subsection 0') != -1 is true
17 PASS str.indexOf('anothercounter 5') != -1 is true
18 PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1'
19 PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsection 1'
20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) \".\" counter(subsection) \". \""
21 PASS successfullyParsed is true