OLD | NEW |
| 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier |
1 outline | 2 outline |
2 content | 3 content |
3 counter | 4 counter |
4 Heading A | 5 Heading A |
5 | 6 |
6 Subheading A | 7 Subheading A |
7 | 8 |
8 Subheading B | 9 Subheading B |
9 | 10 |
10 Heading B | 11 Heading B |
11 | 12 |
12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px' | 13 PASS computedStyleFor('outline', null, 'outline-offset') is '5px' |
13 PASS computedStyleFor('content', 'before', 'content') is "'text'" | 14 FAIL computedStyleFor('content', 'before', 'content') should be text. Was "text"
. |
14 PASS computedStyleFor('content', 'after', 'content') is "'test ' url(data:image/
gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)" | 15 FAIL successfullyParsed should be true. Was false. |
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 'subsecti
on 1' | |
20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) '
.' counter(subsection) '. '" | |
21 PASS successfullyParsed is true | |
22 | 16 |
23 TEST COMPLETE | 17 TEST COMPLETE |
24 | 18 |
OLD | NEW |