Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counters / counter-increment-000-expected.txt
blob1a221f5ced44a8e22d1c4466f5f382fe0959c67f
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('three')) is '2'
9 PASS window.internals.counterValue(document.getElementById('four')) is '3'
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'
14 PASS window.internals.counterValue(document.getElementById('four')) is '4'
16 TEST COMPLETE