diff options
Diffstat (limited to 'testing/web-platform/meta/requestidlecallback/deadline-after-expired-timer.html.ini')
-rw-r--r-- | testing/web-platform/meta/requestidlecallback/deadline-after-expired-timer.html.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/meta/requestidlecallback/deadline-after-expired-timer.html.ini b/testing/web-platform/meta/requestidlecallback/deadline-after-expired-timer.html.ini new file mode 100644 index 0000000000..f080794a02 --- /dev/null +++ b/testing/web-platform/meta/requestidlecallback/deadline-after-expired-timer.html.ini @@ -0,0 +1,6 @@ +[deadline-after-expired-timer.html] + [The deadline after an expired timer must not be negative] + expected: + if (os == "linux") and not swgl and (processor == "x86_64") and not fission and debug: [PASS, FAIL] + if (os == "linux") and not swgl and (processor == "x86_64") and fission and not debug: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] |