Re: [workers-tests] Fix incorrect tests for storage APIs in data: URL workers (#4832)

Loading http://w3c-test.org/submissions/4832/workers/data-url-shared.html manually in Firefox Nightly and reloading eventually gets me this error:

> Harness status: Error
>
> ReferenceError: elseport is not defined
>
> data:application/javascript,onconnect=function(e){port=e.ports[0];if(self.location.origin=="null")port.postMessage("PASS");elseport.postMessage("FAIL");}:1:0

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4832#issuecomment-280350564

Received on Thursday, 16 February 2017 14:50:00 UTC