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
HTMLBody-ScrollArea_quirksmode.html -rw-r--r-- 6.2 KB
OWNERS -rw-r--r-- 17 bytes
elementFromPoint.html -rw-r--r-- 7.9 KB
elementScroll.html -rw-r--r-- 5.4 KB
elementsFromPoint.html -rw-r--r-- 8.0 KB
iframe.html -rw-r--r-- 80 bytes
negativeMargins.html -rw-r--r-- 1.2 KB
scrolling-no-browsing-context.html -rw-r--r-- 1.3 KB
scrollingElement.html -rw-r--r-- 4.0 KB

back to top