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

Unified Diff: LayoutTests/fast/dom/dom-parser-text-html-mimetype-support-expected.txt

Issue 23903014: DOMParser.parseFromString() should support creating HTML Document with mimetype text/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/dom/dom-parser-text-html-mimetype-support-expected.txt
diff --git a/LayoutTests/fast/dom/dom-parser-text-html-mimetype-support-expected.txt b/LayoutTests/fast/dom/dom-parser-text-html-mimetype-support-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3ec0f6b660dfced05db06a18c009e6074010e7b6
--- /dev/null
+++ b/LayoutTests/fast/dom/dom-parser-text-html-mimetype-support-expected.txt
@@ -0,0 +1,5 @@
+This tests DOMParser supports creating Document for HTML content with mime-type "text/html".
+
+Scripts must be disabled for the document created using DOMParser.parseFromString()
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698