Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/document-contentType-createDocument-expected.txt

Issue 151653004: Implemented Document.contentType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/dom/document-contentType-createDocument-expected.txt
diff --git a/LayoutTests/fast/dom/document-contentType-createDocument-expected.txt b/LayoutTests/fast/dom/document-contentType-createDocument-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4a602bc8e1659144cddf707ba8af7e120893dbbc
--- /dev/null
+++ b/LayoutTests/fast/dom/document-contentType-createDocument-expected.txt
@@ -0,0 +1,6 @@
+PASS doc.contentType is "text/html"
+PASS doc.contentType is "application/xml"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine