diff options
Diffstat (limited to 'testing/web-platform/meta/event-timing/medium-duration-threshold.html.ini')
-rw-r--r-- | testing/web-platform/meta/event-timing/medium-duration-threshold.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/event-timing/medium-duration-threshold.html.ini b/testing/web-platform/meta/event-timing/medium-duration-threshold.html.ini new file mode 100644 index 0000000000..278a08fb15 --- /dev/null +++ b/testing/web-platform/meta/event-timing/medium-duration-threshold.html.ini @@ -0,0 +1,9 @@ +[medium-duration-threshold.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PerformanceObserver observes events according to its durationThreshold] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, FAIL] + if (os == "linux") and debug and not fission: [PASS, FAIL] + if (os == "linux") and not debug: [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] |