Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / origin-exact-matching / 36-expected.txt
index 48e6489..b34fad0 100644 (file)
@@ -1,4 +1,5 @@
-CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%00http%3A%2F%2Flocalhost%3A8000. The 'Access-Control-Allow-Origin' header contains the invalid value '\0http://localhost:8000'. Origin 'http://localhost:8000' is therefore not allowed access.
+CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
+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.
 
 
 --------
@@ -10,7 +11,7 @@ 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: A network error occurred..
+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