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

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

Issue 52203002: Revert "Move innerHTML and outerHTML to Element" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
deleted file mode 100644
index 9495adac2482bb05d21fc27d14c0d36b9937620e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-
-
« no previous file with comments | « LayoutTests/fast/innerHTML/innerHTML-svg-read.html ('k') | LayoutTests/fast/innerHTML/innerHTML-svg-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698