blob: bacb5812c4568b42cc30b34e5642f5d201774f51 (
plain)
1
2
3
4
5
6
7
8
9
|
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test]
expected:
if (os == "linux") and debug and fission and not swgl: [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86_64"): [FAIL, PASS]
if os == "mac": [FAIL, PASS]
[PASS, FAIL]
|