blob: abaab0820e42e396df93e0a90bddbbdba43ffe0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[pointerevent_pointerrawupdate_in_pointerlock.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
if (os == "linux") and not fission and debug: [OK, TIMEOUT]
if (os == "linux") and fission: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[pointerrawupdate event received]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, NOTRUN]
if (os == "linux") and not fission and debug: [FAIL, NOTRUN]
if (os == "linux") and fission: [FAIL, NOTRUN]
FAIL
|