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

Side by Side Diff: LayoutTests/fast/css/counters/counterValueForElementById-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 This is the test for window.internals.counterValueForElementById 1 This is the test for window.internals.counterValueForElementById
2 2
3 PASS window.internals.counterValue(document.getElementById('before')) is '0' 3 PASS window.internals.counterValue(document.getElementById('before')) is '0'
4 PASS window.internals.counterValue(document.getElementById('after')) is '0' 4 PASS window.internals.counterValue(document.getElementById('after')) is '0'
5 PASS window.internals.counterValue(document.getElementById('before_after')) is ' 0 0' 5 PASS window.internals.counterValue(document.getElementById('before_after')) is ' 0 0'
6 PASS window.internals.counterValue(document.getElementById('twice')) is '0 0' 6 PASS window.internals.counterValue(document.getElementById('twice')) is '0 0'
7 PASS window.internals.counterValue(document.getElementById('point')) is '0.1' 7 PASS window.internals.counterValue(document.getElementById('point')) is '0.1'
8 PASS window.internals.counterValue(document.getElementById('two-points')) is '0. 1.2' 8 PASS window.internals.counterValue(document.getElementById('two-points')) is '0. 1.2'
9 PASS window.internals.counterValue(document.getElementById('greek')) is '0.α.β' 9 PASS window.internals.counterValue(document.getElementById('greek')) is '0.α.β'
10 PASS window.internals.counterValue(document.getElementById('three-greeks')) is ' 0.α.β 0.α.β 0.α.β' 10 PASS window.internals.counterValue(document.getElementById('three-greeks')) is ' 0.α.β 0.α.β 0.α.β'
11 PASS successfullyParsed is true
11 12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698