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

Unified Diff: LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master Created 7 years, 2 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/fast/innerHTML/innerHTML-svg-read-expected.txt
diff --git a/LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt b/LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9495adac2482bb05d21fc27d14c0d36b9937620e
--- /dev/null
+++ b/LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt
@@ -0,0 +1,15 @@
+Test that accessing innerHTML and outerHTML properties works on SVG elements
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS innerHTML("emptysvg") is ""
+PASS innerHTML("rectsvg") is "<rect></rect>"
+PASS innerHTML("foreign") is "<foreignObject width=\"100\" height=\"30\"><p>html</p></foreignObject>"
+PASS outerHTML("emptysvg") is "<svg id=\"emptysvg\"></svg>"
+PASS outerHTML("rectsvg") is "<svg id=\"rectsvg\"><rect></rect></svg>"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+

Powered by Google App Engine
This is Rietveld 408576698