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

Side by Side Diff: LayoutTests/svg/custom/svg-getelementid-expected.txt

Issue 196193003: Revert "Simplify SVGSVGElement::getElementById method" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months 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
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 childSvg == orphanSvg.getElementById('fooSvg2') is true
11 PASS successfullyParsed is true 12 PASS successfullyParsed is true
12 13
13 TEST COMPLETE 14 TEST COMPLETE
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698