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