OLD | NEW |
1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-in
crement'. | 1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-in
crement'. |
2 | 2 |
| 3 PASS successfullyParsed is true |
| 4 |
| 5 TEST COMPLETE |
3 Before the dynamic change: | 6 Before the dynamic change: |
4 PASS window.internals.counterValue(document.getElementById('one')) is '1' | 7 PASS window.internals.counterValue(document.getElementById('one')) is '1' |
5 PASS window.internals.counterValue(document.getElementById('two')) is '3' | 8 PASS window.internals.counterValue(document.getElementById('two')) is '3' |
6 PASS window.internals.counterValue(document.getElementById('three')) is '4' | 9 PASS window.internals.counterValue(document.getElementById('three')) is '4' |
7 After the dynamic change: | 10 After the dynamic change: |
8 PASS window.internals.counterValue(document.getElementById('one')) is '1' | 11 PASS window.internals.counterValue(document.getElementById('one')) is '1' |
9 PASS window.internals.counterValue(document.getElementById('two')) is '2' | 12 PASS window.internals.counterValue(document.getElementById('two')) is '2' |
10 PASS window.internals.counterValue(document.getElementById('three')) is '3' | 13 PASS window.internals.counterValue(document.getElementById('three')) is '3' |
11 | 14 |
12 TEST COMPLETE | 15 TEST COMPLETE |
13 PASS successfullyParsed is true | |
14 | 16 |
15 TEST COMPLETE | |
16 | |
OLD | NEW |