Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: LayoutTests/fast/css/counters/counter-increment-000-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-in crement'. 1 This is the WebKit version of CSS 2.1 Test Suite: dynamic changes to 'counter-in crement'.
2 2
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
3 Before the dynamic change: 6 Before the dynamic change:
4 PASS window.internals.counterValue(document.getElementById('one')) is '1' 7 PASS window.internals.counterValue(document.getElementById('one')) is '1'
5 PASS window.internals.counterValue(document.getElementById('three')) is '2' 8 PASS window.internals.counterValue(document.getElementById('three')) is '2'
6 PASS window.internals.counterValue(document.getElementById('four')) is '3' 9 PASS window.internals.counterValue(document.getElementById('four')) is '3'
7 After the dynamic change: 10 After the dynamic change:
8 PASS window.internals.counterValue(document.getElementById('one')) is '1' 11 PASS window.internals.counterValue(document.getElementById('one')) is '1'
9 PASS window.internals.counterValue(document.getElementById('two')) is '2' 12 PASS window.internals.counterValue(document.getElementById('two')) is '2'
10 PASS window.internals.counterValue(document.getElementById('three')) is '3' 13 PASS window.internals.counterValue(document.getElementById('three')) is '3'
11 PASS window.internals.counterValue(document.getElementById('four')) is '4' 14 PASS window.internals.counterValue(document.getElementById('four')) is '4'
12 15
13 TEST COMPLETE 16 TEST COMPLETE
14 PASS successfullyParsed is true
15 17
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698