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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS iframes[0].contentDocument.contentType is "text/css"
5 PASS iframes[0].contentDocument.cloneNode(false).contentType is "text/css"
6 PASS iframes[1].contentDocument.contentType is "application/x-javascript"
7 PASS iframes[1].contentDocument.cloneNode(false).contentType is "application/x-j avascript"
8 PASS iframes[2].contentDocument.contentType is "text/html"
9 PASS iframes[2].contentDocument.cloneNode(false).contentType is "text/html"
10 PASS iframes[3].contentDocument.contentType is "text/html"
11 PASS iframes[3].contentDocument.cloneNode(false).contentType is "text/html"
12 PASS iframes[4].contentDocument.contentType is "text/xml"
13 PASS iframes[4].contentDocument.cloneNode(false).contentType is "text/xml"
14 PASS iframes[5].contentDocument.contentType is "text/xml"
15 PASS iframes[5].contentDocument.cloneNode(false).contentType is "text/xml"
16 PASS iframes[6].contentDocument.contentType is "text/html"
17 PASS iframes[6].contentDocument.cloneNode(false).contentType is "text/html"
18 PASS iframes[7].contentDocument.contentType is "text/html"
19 PASS iframes[7].contentDocument.cloneNode(false).contentType is "text/html"
20 PASS iframes[8].contentDocument.contentType is "text/plain"
21 PASS iframes[8].contentDocument.cloneNode(false).contentType is "text/plain"
22 PASS iframes[9].contentDocument.contentType is "application/xml"
23 PASS iframes[9].contentDocument.cloneNode(false).contentType is "application/xml "
24 PASS iframes[10].contentDocument.contentType is "image/bmp"
25 PASS iframes[10].contentDocument.cloneNode(false).contentType is "image/bmp"
26 PASS iframes[11].contentDocument.contentType is "image/gif"
27 PASS iframes[11].contentDocument.cloneNode(false).contentType is "image/gif"
28 PASS iframes[12].contentDocument.contentType is "image/jpeg"
29 PASS iframes[12].contentDocument.cloneNode(false).contentType is "image/jpeg"
30 PASS iframes[13].contentDocument.contentType is "image/png"
31 PASS iframes[13].contentDocument.cloneNode(false).contentType is "image/png"
32
OLDNEW
« 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