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

Unified Diff: LayoutTests/http/tests/dom/document-contentType-expected.txt

Issue 151653004: Implemented Document.contentType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase and fixing tests on windows Created 6 years, 9 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/http/tests/dom/document-contentType-expected.txt
diff --git a/LayoutTests/http/tests/dom/document-contentType-expected.txt b/LayoutTests/http/tests/dom/document-contentType-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5d5158797a273a76aeecbc9ee1e88812e6e49388
--- /dev/null
+++ b/LayoutTests/http/tests/dom/document-contentType-expected.txt
@@ -0,0 +1,32 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS iframes[0].contentDocument.contentType is "text/css"
+PASS iframes[0].contentDocument.cloneNode(false).contentType is "text/css"
+PASS iframes[1].contentDocument.contentType is "application/x-javascript"
+PASS iframes[1].contentDocument.cloneNode(false).contentType is "application/x-javascript"
+PASS iframes[2].contentDocument.contentType is "text/html"
+PASS iframes[2].contentDocument.cloneNode(false).contentType is "text/html"
+PASS iframes[3].contentDocument.contentType is "text/html"
+PASS iframes[3].contentDocument.cloneNode(false).contentType is "text/html"
+PASS iframes[4].contentDocument.contentType is "text/xml"
+PASS iframes[4].contentDocument.cloneNode(false).contentType is "text/xml"
+PASS iframes[5].contentDocument.contentType is "text/xml"
+PASS iframes[5].contentDocument.cloneNode(false).contentType is "text/xml"
+PASS iframes[6].contentDocument.contentType is "text/html"
+PASS iframes[6].contentDocument.cloneNode(false).contentType is "text/html"
+PASS iframes[7].contentDocument.contentType is "text/html"
+PASS iframes[7].contentDocument.cloneNode(false).contentType is "text/html"
+PASS iframes[8].contentDocument.contentType is "text/plain"
+PASS iframes[8].contentDocument.cloneNode(false).contentType is "text/plain"
+PASS iframes[9].contentDocument.contentType is "application/xml"
+PASS iframes[9].contentDocument.cloneNode(false).contentType is "application/xml"
+PASS iframes[10].contentDocument.contentType is "image/bmp"
+PASS iframes[10].contentDocument.cloneNode(false).contentType is "image/bmp"
+PASS iframes[11].contentDocument.contentType is "image/gif"
+PASS iframes[11].contentDocument.cloneNode(false).contentType is "image/gif"
+PASS iframes[12].contentDocument.contentType is "image/jpeg"
+PASS iframes[12].contentDocument.cloneNode(false).contentType is "image/jpeg"
+PASS iframes[13].contentDocument.contentType is "image/png"
+PASS iframes[13].contentDocument.cloneNode(false).contentType is "image/png"
+
« no previous file with comments | « LayoutTests/http/tests/dom/document-contentType.html ('k') | LayoutTests/http/tests/dom/document-contentType-xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698