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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces-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/XMLSerializer-attribute-namespaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces-expected.txt
deleted file mode 100644
index 3a91cde3cdaad90d39a10fcc77fafe5ceacab42a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces-expected.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-Tests the serialization of XML namespaces on attributes, as reported in bug 248044.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS doc.documentElement.getAttributeNS(null, "attr1") is "value1"
-PASS doc.documentElement.getAttributeNS("http://www.example.com", "foo") is "bar"
-PASS doc.documentElement.getAttributeNS("http://www.example.com", "foo2") is "bar2"
-PASS doc.documentElement.getAttributeNS("http://www.example.com/ns1", "fizz") is "buzz"
-PASS doc.documentElement.getAttributeNS("http://www.example.com/ns1", "fizz2") is "buzz2"
-PASS doc.documentElement.getAttributeNS("http://www.example.com/ns2", "name") is "value"
-PASS doc.documentElement.getAttributeNS("http://www.example.com/ns2", "name2") is "value2"
-PASS doc.documentElement.getAttributeNS("http://www.w3.org/XML/1998/namespace", "id") is "outer"
-PASS doc.querySelector("inner").localName is "inner"
-PASS doc.querySelector("inner").namespaceURI is "http://www.example.com"
-PASS doc.querySelector("inner").getAttributeNS(null, "id") is "inner"
-PASS parsedDoc.documentElement.getAttributeNS(null, "attr1") is "value1"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com", "foo") is "bar"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com", "foo2") is "bar2"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com/ns1", "fizz") is "buzz"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com/ns1", "fizz2") is "buzz2"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com/ns2", "name") is "value"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.example.com/ns2", "name2") is "value2"
-PASS parsedDoc.documentElement.getAttributeNS("http://www.w3.org/XML/1998/namespace", "id") is "outer"
-PASS parsedDoc.querySelector("inner").localName is "inner"
-PASS parsedDoc.querySelector("inner").namespaceURI is "http://www.example.com"
-PASS parsedDoc.querySelector("inner").getAttributeNS(null, "id") is "inner"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698