Expose Worker interfaces only to Worker

See #12415.
This commit is contained in:
Johann Hofmann 2016-07-15 11:17:30 +02:00
parent 6bb5d0e846
commit bad529a0f7
No known key found for this signature in database
GPG key ID: 15DD943556C9CC16
6 changed files with 7 additions and 18 deletions

View file

@ -9675,12 +9675,3 @@
[Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent("addtrack", {track:document.createElement("track").track}) with too few arguments must throw TypeError]
expected: FAIL
[WorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[WorkerNavigator interface: existence and properties of interface object]
expected: FAIL
[WorkerLocation interface: existence and properties of interface object]
expected: FAIL

View file

@ -176,9 +176,6 @@ test_interfaces([
"WebSocket",
"Window",
"Worker",
"WorkerGlobalScope", // #2823
"WorkerLocation", // #2823
"WorkerNavigator", // #2823
"XMLDocument",
"XMLHttpRequest",
"XMLHttpRequestEventTarget",