[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]