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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-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-display-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt
deleted file mode 100644
index 1fa5b657751b9f8727d2fd21e349d3cc7c96387a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt
+++ /dev/null
@@ -1,25 +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"?>
-<?xml-stylesheet href="display.css" type="text/css"?>
-<!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>
-</doc>
-
-document object
-
-[object XMLDocument]
-
-document object serialized
-
-<?xml version="1.0"?><?xml-stylesheet href="display.css" type="text/css"?><!DOCTYPE doc><doc>
- <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
- <d id="id3">Three</d>
-</doc>

Powered by Google App Engine
This is Rietveld 408576698