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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 PASS successfullyParsed is true
2
3 TEST COMPLETE
1 PASS window.internals.counterValue(document.getElementById('wrapper90')) is '5' 4 PASS window.internals.counterValue(document.getElementById('wrapper90')) is '5'
2 PASS window.internals.counterValue(document.getElementById('test90')) is '10' 5 PASS window.internals.counterValue(document.getElementById('test90')) is '10'
3 PASS window.internals.counterValue(document.getElementById('test90a')) is '15' 6 PASS window.internals.counterValue(document.getElementById('test90a')) is '15'
4 PASS window.internals.counterValue(document.getElementById('wrapper91')) is '10' 7 PASS window.internals.counterValue(document.getElementById('wrapper91')) is '10'
5 PASS window.internals.counterValue(document.getElementById('test91')) is '20' 8 PASS window.internals.counterValue(document.getElementById('test91')) is '20'
6 PASS window.internals.counterValue(document.getElementById('test91a')) is '30' 9 PASS window.internals.counterValue(document.getElementById('test91a')) is '30'
7 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698