blob: 3d30d533f4157f7c08c0ac86170be9e1e9435123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[pointerevent_pointermove_in_pointerlock.html]
expected:
if os == "linux": [OK, ERROR]
if os == "mac": [OK, ERROR, TIMEOUT]
[pointermove event received inner frame]
expected:
if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL]
if not fission and (os == "linux") and debug and swgl: [PASS, FAIL]
if not fission and (os == "linux") and not debug: [PASS, FAIL]
[pointermove event received]
expected:
if not fission and (os == "linux"): [PASS, FAIL]
|