From c559e3e30f79843f0096332334c81ee0d93029f8 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Wed, 18 Apr 2018 15:15:49 +0200 Subject: moebius#73: DOM - window.requestIdleCallback - improvements (basic) https://github.com/MoonchildProductions/moebius/pull/73 --- .../idle-callbacks/callback-suspended.html | 93 ++++++++++++++++++++++ .../resources/post_name_on_load.html | 7 ++ 2 files changed, 100 insertions(+) create mode 100644 testing/web-platform/tests/html/webappapis/idle-callbacks/callback-suspended.html create mode 100644 testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html (limited to 'testing/web-platform/tests') diff --git a/testing/web-platform/tests/html/webappapis/idle-callbacks/callback-suspended.html b/testing/web-platform/tests/html/webappapis/idle-callbacks/callback-suspended.html new file mode 100644 index 000000000..6040de922 --- /dev/null +++ b/testing/web-platform/tests/html/webappapis/idle-callbacks/callback-suspended.html @@ -0,0 +1,93 @@ + + +Dispatching idle callbacks should be able to be suspended and then resumed + + +
+ diff --git a/testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html b/testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html new file mode 100644 index 000000000..4679a6e6e --- /dev/null +++ b/testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html @@ -0,0 +1,7 @@ + + -- cgit v1.2.3