queueMicrotask added

This commit is contained in:
Patrick Shaughnessy 2020-01-13 13:15:48 -05:00
parent 968b45f9dc
commit b01b2d3d2e
11 changed files with 42 additions and 75 deletions

View file

@ -53,6 +53,3 @@
[Window method: createImageBitmap]
expected: FAIL
[Window method: queueMicrotask]
expected: FAIL

View file

@ -1501,9 +1501,6 @@
[Document interface: attribute all]
expected: FAIL
[Window interface: window must inherit property "queueMicrotask(VoidFunction)" with the proper type]
expected: FAIL
[Document interface: calling execCommand(DOMString, boolean, DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
@ -1570,9 +1567,6 @@
[Window interface: window must inherit property "scrollbars" with the proper type]
expected: FAIL
[Window interface: calling queueMicrotask(VoidFunction) on window with too few arguments must throw TypeError]
expected: FAIL
[Window interface: attribute personalbar]
expected: FAIL
@ -1711,9 +1705,6 @@
[Document interface: iframe.contentDocument must inherit property "queryCommandState(DOMString)" with the proper type]
expected: FAIL
[Window interface: operation queueMicrotask(VoidFunction)]
expected: FAIL
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Object.setPrototypeOf should throw a TypeError]
expected: FAIL

View file

@ -98,9 +98,6 @@
[OffscreenCanvasRenderingContext2D interface: attribute shadowColor]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "queueMicrotask(VoidFunction)" with the proper type]
expected: FAIL
[DedicatedWorkerGlobalScope interface: attribute name]
expected: FAIL
@ -125,9 +122,6 @@
[OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double)]
expected: FAIL
[WorkerGlobalScope interface: operation queueMicrotask(VoidFunction)]
expected: FAIL
[Path2D interface: operation moveTo(unrestricted double, unrestricted double)]
expected: FAIL
@ -158,9 +152,6 @@
[WorkerGlobalScope interface: self must inherit property "createImageBitmap(ImageBitmapSource, ImageBitmapOptions)" with the proper type]
expected: FAIL
[WorkerGlobalScope interface: calling queueMicrotask(VoidFunction) on self with too few arguments must throw TypeError]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
expected: FAIL

View file

@ -1,8 +1,3 @@
[queue-microtask-exceptions.any.html]
[It rethrows exceptions]
expected: FAIL
[queue-microtask-exceptions.any.serviceworker.html]
expected: ERROR
[queue-microtask-exceptions]
@ -18,9 +13,3 @@
expected: ERROR
[queue-microtask-exceptions]
expected: FAIL
[queue-microtask-exceptions.any.worker.html]
[It rethrows exceptions]
expected: FAIL

View file

@ -1,20 +1,3 @@
[queue-microtask.any.html]
[It exists and is a function]
expected: FAIL
[It does not pass any arguments]
expected: FAIL
[It calls the callback asynchronously]
expected: FAIL
[It throws when given non-functions]
expected: FAIL
[It interleaves with promises as expected]
expected: FAIL
[queue-microtask.any.serviceworker.html]
expected: ERROR
[queue-microtask]
@ -31,21 +14,3 @@
expected: TIMEOUT
[queue-microtask]
expected: FAIL
[queue-microtask.any.worker.html]
[It exists and is a function]
expected: FAIL
[It does not pass any arguments]
expected: FAIL
[It calls the callback asynchronously]
expected: FAIL
[It throws when given non-functions]
expected: FAIL
[It interleaves with promises as expected]
expected: FAIL

View file

@ -1,7 +0,0 @@
[queue-microtask.window.html]
[It interleaves with MutationObservers and promises together as expected]
expected: FAIL
[It interleaves with MutationObservers as expected]
expected: FAIL