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

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: Created 6 years, 10 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[1].contentDocument.contentType is "application/x-javascript"
6 PASS iframes[2].contentDocument.contentType is "text/html"
7 PASS iframes[3].contentDocument.contentType is "text/html"
8 PASS iframes[4].contentDocument.contentType is "text/xml"
9 PASS iframes[5].contentDocument.contentType is "text/xml"
10 PASS iframes[6].contentDocument.contentType is "text/html"
11 PASS iframes[7].contentDocument.contentType is "text/html"
12 PASS iframes[8].contentDocument.contentType is "text/plain"
13 PASS iframes[9].contentDocument.contentType is "application/xml"
14 PASS iframes[10].contentDocument.contentType is "image/bmp"
15 PASS iframes[11].contentDocument.contentType is "image/gif"
16 PASS iframes[12].contentDocument.contentType is "image/jpeg"
17 PASS iframes[13].contentDocument.contentType is "image/png"
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698