Index: LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt b/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt |
index 1a34ef3fc97d9b87c84df0e9fdb243eddcd5ccc2..84e75bb64e97019f1380db4709eaa68114da76e9 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-denied.cgi. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. |
+CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-denied.cgi. Received response but it doesn't pass the access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. |
This test that the error event is fired for XMLHttpRequests |
PASS: error event fired. |