diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/webappapis/scripting/event-loops | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/scripting/event-loops')
3 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini new file mode 100644 index 0000000000..daba139075 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini @@ -0,0 +1,4 @@ +[fully_active_document.window.html] + [Tasks for documents that are not fully active are stored, and run when the documents becomes fully-active] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini new file mode 100644 index 0000000000..47931b4173 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini @@ -0,0 +1,3 @@ +[microtask_after_script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini new file mode 100644 index 0000000000..0c1263fd61 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini @@ -0,0 +1,3 @@ +[task_microtask_ordering.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |