Re: [Bug 24074] New: new Worker('data:...') should not throw

Should have data: and blob: schemes the same consideration here?

2013/12/12  <bugzilla@jessica.w3.org>:
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=24074
>
>             Bug ID: 24074
>            Summary: new Worker('data:...') should not throw
>            Product: WebAppsWG
>            Version: unspecified
>           Hardware: PC
>                 OS: All
>             Status: NEW
>           Severity: normal
>           Priority: P2
>          Component: Test suite
>           Assignee: dave.null@w3.org
>           Reporter: simonp@opera.com
>         QA Contact: public-webapps-bugzilla@w3.org
>                 CC: mike@w3.org, public-webapps@w3.org
>
> http://w3c-test.org/web-platform-tests/master/workers/Worker_cross_origin_security_err.htm
> has the wrong pass condition.
>
> [[
> If the scheme component of worker URL is not "data", and the origin of worker
> URL is not the same as the origin specified by the incumbent settings object,
> then throw a SecurityError exception and abort these steps.
> ]]
> http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#dom-worker
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>



-- 
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux

Received on Thursday, 12 December 2013 12:24:51 UTC