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

Unified Diff: LayoutTests/fast/innerHTML/innerHTML-svg-write-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-write-expected.txt
diff --git a/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt b/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt
deleted file mode 100644
index 39cb5b2f8975d6967811f9507d1461d2e6ca106d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Test that setting innerHTML and outerHTML properties works on SVG elements
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS svg.innerHTML is "<rect></rect>"
-PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
-PASS svg.innerHTML is "<foreignObject><svg></svg></foreignObject>"
-PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
-PASS svg.firstChild.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
-PASS svg.innerHTML is "<foreignObject><p>x</p></foreignObject>"
-PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
-PASS svg.firstChild.firstChild.namespaceURI is "http://www.w3.org/1999/xhtml"
-PASS svg.innerHTML is "<circle></circle>"
-PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/innerHTML/innerHTML-svg-write.html ('k') | LayoutTests/fast/innerHTML/innerHTML-template-crash.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698