OLD | NEW |
1 outline | 1 outline |
2 content | 2 content |
3 counter | 3 counter |
4 Heading A | 4 Heading A |
5 | 5 |
6 Subheading A | 6 Subheading A |
7 | 7 |
8 Subheading B | 8 Subheading B |
9 | 9 |
10 Heading B | 10 Heading B |
11 | 11 |
12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px' | 12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px' |
13 PASS computedStyleFor('content', 'before', 'content') is "'text'" | 13 PASS computedStyleFor('content', 'before', 'content') is "\"text\"" |
14 PASS computedStyleFor('content', 'after', 'content') is "'test ' url(data:image/
gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)" | 14 PASS computedStyleFor('content', 'after', 'content') is "\"test \" url(data:imag
e/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)" |
15 PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0' | 15 PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0' |
16 PASS str.indexOf('subsection 0') != -1 is true | 16 PASS str.indexOf('subsection 0') != -1 is true |
17 PASS str.indexOf('anothercounter 5') != -1 is true | 17 PASS str.indexOf('anothercounter 5') != -1 is true |
18 PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1' | 18 PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1' |
19 PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsecti
on 1' | 19 PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsecti
on 1' |
20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) '
.' counter(subsection) '. '" | 20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) \
".\" counter(subsection) \". \"" |
21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
22 | 22 |
23 TEST COMPLETE | 23 TEST COMPLETE |
24 | 24 |
OLD | NEW |