Revision 482fb4bc3a82aea987d57ce4db5d9b35acaecba1 authored by Aleksandar Totic on 26 August 2016, 19:03:51 UTC, committed by Domenic Denicola on 26 August 2016, 19:03:51 UTC
They test when is microtask loop executed with respect to: task execution, callbacks, and rAF callback

- whether microtask loop is executed immediately after callback returns
- whether microtask loop is executed immediately after rAF callback returns
- whether promises resoved inside promise callback are executed immediately after promise callback returns.

These tests currently pass on Chrome/Edge and fail on FF/Safari.
1 parent 202dbd0
History
File Mode Size
ArrayBuffer_constructor.html -rw-r--r-- 963 bytes
ArrayBuffer_properties.html -rw-r--r-- 2.8 KB
OWNERS -rw-r--r-- 39 bytes
Uint8ClampedArray_constructor.html -rw-r--r-- 1.7 KB
Uint8ClampedArray_length.html -rw-r--r-- 829 bytes
Uint8ClampedArray_setter_getter.html -rw-r--r-- 2.3 KB
Uint8ClampedArray_subarray.html -rw-r--r-- 2.2 KB
constructors.html -rw-r--r-- 1.6 KB

back to top