blob: 16802a5825ba505f1df1e9f0b2dbaf438cbcb460 [file] [log] [blame]
CONSOLE MESSAGE: Cancelled load because it violates the resource's From-Origin response header.
CONSOLE MESSAGE: Fetch API cannot load http://localhost:8000/from-origin/resources/fetch.php?fromOrigin=same due to access control checks.
Tests that a redirected cross-origin fetch load fails if the server blocks it with a 'From-Origin: same' response header, even though the server includes an Access-Control-Allow-Origin response header.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Fetch blocked. TypeError: Cancelled load because it violates the resource's From-Origin response header.
PASS successfullyParsed is true
TEST COMPLETE