Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-allowedState-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-allowedState-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-allowedState-expected.txt |
deleted file mode 100644 |
index 39d4d40f371929a252416e57c9f4e6bb6978c659..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-allowedState-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-Testing overrideMimeType when readyState is 0 |
-PASS xhr.overrideMimeType('text/plain') did not throw exception. |
-Testing overrideMimeType when readyState is 1 |
-PASS xhr.overrideMimeType('text/plain') did not throw exception. |
-Testing overrideMimeType when readyState is 1 |
-PASS xhr.overrideMimeType('text/plain') did not throw exception. |
-Testing overrideMimeType when readyState is 1 |
-PASS xhr.overrideMimeType('text/plain') did not throw exception. |
-Testing overrideMimeType when readyState is 2 |
-PASS xhr.overrideMimeType('text/plain') did not throw exception. |
-Testing overrideMimeType when readyState is 3 |
-PASS xhr.overrideMimeType('text/plain') threw exception InvalidStateError: Failed to execute 'overrideMimeType' on 'XMLHttpRequest': MimeType cannot be overridden when the state is LOADING or DONE.. |
-Testing overrideMimeType when readyState is 4 |
-PASS xhr.overrideMimeType('text/plain') threw exception InvalidStateError: Failed to execute 'overrideMimeType' on 'XMLHttpRequest': MimeType cannot be overridden when the state is LOADING or DONE.. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |