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

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

Issue 67773002: Revert "Move innerHTML and outerHTML to Element" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « no previous file | LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698