OLD | NEW |
---|---|
1 Test that loading the worker's script does not allow a cross origin redirect (bu g 26146) | 1 Test that loading the worker's script does not allow a cross origin redirect (bu g 26146) |
2 | 2 |
3 SUCCESS: threw exception (SecurityError: Failed to create a worker: script with origin 'http://localhost:8000' cannot be accessed from origin 'http://127.0.0.1: 8000'.) when attempting to cross origin while loading the worker script. | 3 SUCCESS: threw exception (SecurityError: Failed to create a worker: script at 'h ttp://localhost:8000/workers/resources/worker-target.js' cannot be accessed from origin 'http://127.0.0.1:8000'.) when attempting to cross origin while loading the worker script. |
4 SUCCESS: threw error when attempting to redirected cross origin while loading th e worker script. | 4 SUCCESS: threw error when attempting to redirected cross origin while loading th e worker script. |
5 DONE | 5 DONE |
6 | 6 |
OLD | NEW |