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

Side by Side Diff: LayoutTests/http/tests/dom/document-contentType-xhr-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 xhr.status is 200
2 PASS xhr.responseXML.contentType is "text/html"
3 PASS xhr.status is 200
4 PASS xhr.responseXML.contentType is "text/xml"
5 PASS xhr.status is 200
6 PASS xhr.responseXML.contentType is "application/xml"
7 PASS xhr.status is 200
8 PASS xhr.responseXML.contentType is "text/html"
9 PASS xhr.status is 200
10 PASS xhr.responseXML.contentType is "text/xml"
11 PASS xhr.status is 200
12 PASS xhr.responseXML.contentType is "application/xml"
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/dom/document-contentType-xhr.html ('k') | LayoutTests/http/tests/dom/resources/send-mime-type.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698