Test that loading the worker's script does not allow a cross origin redirect (bug 26146)
-SUCCESS: threw error when attempting to cross origin while loading the worker script.
+SUCCESS: threw exception (Error: SECURITY_ERR: 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