1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-increment'.
3 PASS successfullyParsed is true
6 Before the dynamic change:
7 PASS window.internals.counterValue(document.getElementById('one')) is '1'
8 PASS window.internals.counterValue(document.getElementById('two')) is '3'
9 PASS window.internals.counterValue(document.getElementById('three')) is '4'
10 After the dynamic change:
11 PASS window.internals.counterValue(document.getElementById('one')) is '1'
12 PASS window.internals.counterValue(document.getElementById('two')) is '2'
13 PASS window.internals.counterValue(document.getElementById('three')) is '3'