Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-preflight-failure-expected.txt
Issue 273993002:
Allow XHR timeout attribute to be overridden after send(), per spec (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add CORS preflight-failure test case
Created 6 years, 5 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r
esources/access-control-basic-denied.cgi. No 'Access-Control-Allow-Origin' heade
r is present on the requested resource. Origin 'http://127.0.0.1:8000' is theref
ore not allowed access.
1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r
esources/access-control-basic-denied.cgi. No 'Access-Control-Allow-Origin' heade
r is present on the requested resource. Origin 'http://127.0.0.1:8000' is theref
ore not allowed access.
2This test that the error event is fired for XMLHttpRequests
2PASS: Timeout not overridden after preflight failure
Issue 273993002: Allow XHR timeout attribute to be overridden after send(), per spec
(Closed)
Created 6 years, 7 months ago by caitp (gmail)
Modified 6 years, 4 months ago
Reviewers: abarth-chromium, eseidel, tyoshino (SeeGerritForStatus)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 55