blob: 3e31c4a2b8d6d4e1ec401788a6152466502da3d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|