diff options
Diffstat (limited to 'testing/web-platform/meta/requestidlecallback/deadline-max-rAF-dynamic.html.ini')
-rw-r--r-- | testing/web-platform/meta/requestidlecallback/deadline-max-rAF-dynamic.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/requestidlecallback/deadline-max-rAF-dynamic.html.ini b/testing/web-platform/meta/requestidlecallback/deadline-max-rAF-dynamic.html.ini new file mode 100644 index 0000000000..793ec53fdb --- /dev/null +++ b/testing/web-platform/meta/requestidlecallback/deadline-max-rAF-dynamic.html.ini @@ -0,0 +1,9 @@ +[deadline-max-rAF-dynamic.html] + [Check that the deadline is changed if there is a new requestAnimationFrame from within requestIdleCallback.] + expected: + if (os == "linux") and not swgl and fission and debug: [PASS, FAIL] + if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL] + if (os == "win") and (processor == "x86") and debug: [PASS, FAIL] + if (os == "linux") and swgl and fission: [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] + if (os == "mac") and not debug: [FAIL, PASS] |