Source code
Revision control
Copy as Markdown
Other Tools
[first-input-interactionid-tap.html]
expected:
if (os == "win") and debug: TIMEOUT
if (os == "linux") and debug: TIMEOUT
if (os == "mac") and debug: TIMEOUT
if os == "android": OK
[TIMEOUT, OK]
[The interactionId of the first input entry should match the same pointerdown entry of event timing when tap.]
expected:
if (os == "linux") and debug: TIMEOUT
if (os == "mac") and debug: TIMEOUT
if (os == "win") and debug: TIMEOUT
if os == "android": FAIL
[TIMEOUT, FAIL]