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

Side by Side Diff: LayoutTests/svg/custom/svg-getelementid-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 null != subElem1 is true 1 PASS null != subElem1 is true
2 PASS subElem1 is subElem1 2 PASS subElem1 is subElem1
3 PASS null == svgTree1.getElementById('subElem2') is true 3 PASS null == svgTree1.getElementById('subElem2') is true
4 PASS null == svgTree1.getElementById('siblingElem1') is true 4 PASS null == svgTree1.getElementById('siblingElem1') is true
5 PASS null == svgTree3.getElementById('rect') is true 5 PASS null == svgTree3.getElementById('rect') is true
6 PASS null == svgTree3.getElementById('svgTree3') is true 6 PASS null == svgTree3.getElementById('svgTree3') is true
7 PASS svgTree4.firstChild.nextSibling == root.getElementById('foo') is true 7 PASS svgTree4.firstChild.nextSibling == root.getElementById('foo') is true
8 PASS svgTree5.firstChild.nextSibling == bar is true 8 PASS svgTree5.firstChild.nextSibling == bar is true
9 PASS svgTree5.firstChild.nextSibling == svgTree5.getElementById('bar') is true 9 PASS svgTree5.firstChild.nextSibling == svgTree5.getElementById('bar') is true
10 PASS foreign.firstChild.nextSibling == nonsvg is true 10 PASS foreign.firstChild.nextSibling == nonsvg is true
11 PASS successfullyParsed is true
11 12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698