blob: 8549020a33f2572bbef563dd419b01c2c5971464 [file] [log] [blame]
Test that loading the shared worker's script does not allow a cross origin redirect (bug 26146)
SUCCESS: threw exception (Error: SecurityError: DOM Exception 18) when attempting to cross origin while loading the worker script.
SUCCESS: threw error when attempting to redirected cross origin while loading the worker script.
DONE