diff options
Diffstat (limited to 'testing/web-platform/meta/event-timing/first-input-interactionid-tap.html.ini')
-rw-r--r-- | testing/web-platform/meta/event-timing/first-input-interactionid-tap.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/event-timing/first-input-interactionid-tap.html.ini b/testing/web-platform/meta/event-timing/first-input-interactionid-tap.html.ini new file mode 100644 index 0000000000..3e31c4a2b8 --- /dev/null +++ b/testing/web-platform/meta/event-timing/first-input-interactionid-tap.html.ini @@ -0,0 +1,12 @@ +[first-input-interactionid-tap.html] + expected: + if (os == "linux") and not debug and not fission: [TIMEOUT, OK] + if (os == "linux") and not debug and fission: [TIMEOUT, OK] + if os == "android": OK + TIMEOUT + [The interactionId of the first input entry should match the same pointerdown entry of event timing when tap.] + expected: + if (os == "linux") and not debug and fission: [TIMEOUT, FAIL] + if (os == "linux") and not debug and not fission: [TIMEOUT, FAIL] + if os == "android": FAIL + TIMEOUT |