blob: e2e153c3d09ea23f3bc9e021f22f92b97e86e4c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[first-input-interactionid-tap.html]
expected:
if (os == "android") and debug and swgl: [OK, TIMEOUT]
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[TIMEOUT, OK]
[The interactionId of the first input entry should match the same pointerdown entry of event timing when tap.]
expected:
if (os == "android") and debug and swgl: [FAIL, TIMEOUT]
if (os == "android") and debug and not swgl: [FAIL, TIMEOUT]
if (os == "android") and not debug: [FAIL, TIMEOUT]
[TIMEOUT, FAIL]
|