Index: LayoutTests/platform/win/http/tests/xmlhttprequest/origin-exact-matching/36-expected.txt |
diff --git a/LayoutTests/platform/win/http/tests/xmlhttprequest/origin-exact-matching/36-expected.txt b/LayoutTests/platform/win/http/tests/xmlhttprequest/origin-exact-matching/36-expected.txt |
deleted file mode 100644 |
index 32b026752c4f7d77fcf0fd2ddc019088e63299d4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/win/http/tests/xmlhttprequest/origin-exact-matching/36-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%00http%3A%2F%2Flocalhost%3A8000. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access. |
- |
- |
--------- |
-Frame: '<!--framePath //<!--frame0-->-->' |
--------- |
-Check that exact matching is used when comparing a request's originating url and the value provided by Access-Control-Allow-Origin. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Should disallow origin: 'http://localhost:8000' |
-PASS xhr.send(null) threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%00http%3A%2F%2Flocalhost%3A8000'.. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |