blob: 358946b86168bda90e6b4b47c5d330856d7cadbe [file] [log] [blame]
This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-increment'.
Before the dynamic change:
PASS window.internals.counterValue(document.getElementById('one')) is '1'
PASS window.internals.counterValue(document.getElementById('three')) is '2'
PASS window.internals.counterValue(document.getElementById('four')) is '3'
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'
PASS window.internals.counterValue(document.getElementById('four')) is '4'
TEST COMPLETE