blob: bded11bce4bd71bce395ff59a442dd880493473b (
plain)
1
2
3
4
5
6
7
8
9
10
|
[pointerevent_movementxy_with_pointerlock.html]
expected:
if os == "mac": [OK, ERROR, TIMEOUT]
if os == "android": OK
[OK, ERROR]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (processor == "x86") and (os == "linux"): [FAIL, PASS, TIMEOUT]
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS, TIMEOUT]
[PASS, FAIL, TIMEOUT]
|