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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/svg-getelementid-expected.txt
diff --git a/LayoutTests/svg/custom/svg-getelementid-expected.txt b/LayoutTests/svg/custom/svg-getelementid-expected.txt
index 62dccad2c07d78449ef09aed9a31d801502d7499..6069f2160bcf0b2a180283cf516e7b39156f949d 100644
--- a/LayoutTests/svg/custom/svg-getelementid-expected.txt
+++ b/LayoutTests/svg/custom/svg-getelementid-expected.txt
@@ -8,6 +8,7 @@ PASS svgTree4.firstChild.nextSibling == root.getElementById('foo') is true
PASS svgTree5.firstChild.nextSibling == bar is true
PASS svgTree5.firstChild.nextSibling == svgTree5.getElementById('bar') is true
PASS foreign.firstChild.nextSibling == nonsvg is true
+PASS childSvg == orphanSvg.getElementById('fooSvg2') is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698