blob: 790d252e293d448cc49ad023e287496fe004b400 [file] [log] [blame]
This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-increment'.
PASS successfullyParsed is true
TEST COMPLETE
Before the dynamic change:
PASS window.internals.counterValue(document.getElementById('one')) is '1'
PASS window.internals.counterValue(document.getElementById('two')) is '3'
PASS window.internals.counterValue(document.getElementById('three')) is '4'
After the dynamic change:
PASS window.internals.counterValue(document.getElementById('one')) is '1'
PASS window.internals.counterValue(document.getElementById('two')) is '2'
PASS window.internals.counterValue(document.getElementById('three')) is '3'
TEST COMPLETE