[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