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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt

Issue 2667303004: Move tests for DOMParser and XMLSerializer to dom/domparsing/. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
deleted file mode 100644
index 0a038108dd21f3082cb4c1eb1630d25dd88dab3e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-DOMParser/XMLSerializer test
-
-The "text to parse" and "document object serialized" boxes should show the same text, and it should be an XML document, not "@@No result@@".
-text to parse
-
-<?xml version="1.0"?>
-<!DOCTYPE doc [
-<!ATTLIST d id ID #IMPLIED>
-]>
-<doc>
- <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
- <d id="id3">Three</d>
-<f id="&amp;&lt;&gt;>">Four&amp;&lt;&gt;</f><empty/><empty></empty></doc>
-
-document object
-
-[object XMLDocument]
-
-document object serialized
-
-<?xml version="1.0"?><!DOCTYPE doc><doc>
- <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
- <d id="id3">Three</d>
-<f id="&amp;&lt;&gt;&gt;">Four&amp;&lt;&gt;</f><empty/><empty/></doc>

Powered by Google App Engine
This is Rietveld 408576698