Index: LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt |
diff --git a/LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt b/LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ca18bb49a88e72f95437619c3b497fa15a129ef1 |
--- /dev/null |
+++ b/LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt |
@@ -0,0 +1,16 @@ |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "text/html" |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "text/xml" |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "application/xml" |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "text/html" |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "text/xml" |
+PASS xhr.status is 200 |
+PASS xhr.responseXML.contentType is "application/xml" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |