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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-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/domparser-parsefromstring-mimetype-support-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt
deleted file mode 100644
index b8bb38c67b706170ee9fad11145fe985cced16a9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-This tests DOMParser supports creating Document for HTML content with mime-type "text/html".
-
-1. Should support mime-type = "text/html"
-HTML content:
-Scripts must be disabled for the document created using DOMParser.parseFromString()
-Sample text content
-PASS
-
-2. Should support mime-type = "text/xml"
-Root element: root
-PASS
-
-3. Should support mime-type = "application/xml"
-Root element: root
-PASS
-
-4. Should support mime-type = "application/xhtml+xml"
-Root element: html
-PASS
-
-5. Should support mime-type = "image/svg+xml"
-Root element: svg
-PASS
-
-6. Should THROW exception for mime-type = "text/xsl"
-TypeError: Failed to execute 'parseFromString' on 'DOMParser': The provided value 'text/xsl' is not a valid enum value of type SupportedType.
-PASS
-
-7. Should THROW exception for mime-type = "text/dummy+xml"
-TypeError: Failed to execute 'parseFromString' on 'DOMParser': The provided value 'text/dummy+xml' is not a valid enum value of type SupportedType.
-PASS
-
-8. Should THROW exception for mime-type = "text/XML"
-TypeError: Failed to execute 'parseFromString' on 'DOMParser': The provided value 'text/XML' is not a valid enum value of type SupportedType.
-PASS
-
-9. Should THROW exception for mime-type = "TEXT/html"
-TypeError: Failed to execute 'parseFromString' on 'DOMParser': The provided value 'TEXT/html' is not a valid enum value of type SupportedType.
-PASS
-
-

Powered by Google App Engine
This is Rietveld 408576698