Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counters / counter-increment-001-expected.txt
blob790d252e293d448cc49ad023e287496fe004b400
1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-increment'.
3 PASS successfullyParsed is true
5 TEST COMPLETE
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'
15 TEST COMPLETE