Update Worker webidl to support WorkerOptions

This commit is contained in:
CYBAI 2019-05-02 23:13:10 +09:00
parent 81f750afa7
commit dececad390
11 changed files with 57 additions and 22 deletions

View file

@ -10511,9 +10511,6 @@
[BroadcastChannel interface: attribute onmessageerror]
expected: FAIL
[Worker interface: attribute onmessageerror]
expected: FAIL
[SharedWorker interface: existence and properties of interface object]
expected: FAIL

View file

@ -558,9 +558,6 @@
[WorkerGlobalScope interface: attribute onrejectionhandled]
expected: FAIL
[Worker interface: attribute onmessageerror]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)]
expected: FAIL

View file

@ -1,7 +0,0 @@
[dedicated-worker-options-type.html]
[Test worker construction with an empty worker type.]
expected: FAIL
[Test worker construction with an unknown worker type.]
expected: FAIL