Source code

Revision control

Copy as Markdown

Other Tools

[pointerlock-maintains-mousedown.html?unadjustedmovement=true]
[Tests that mousemove events during pointer lock report correct button state]
expected:
if (os == "linux") and fission and not debug and not asan and not tsan: [PASS, FAIL]
if (os == "linux") and fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and debug: [FAIL, PASS]
if (os == "linux") and not fission and not debug: FAIL
if os == "android": FAIL
[pointerlock-maintains-mousedown.html?unadjustedmovement=false]
[Tests that mousemove events during pointer lock report correct button state]
expected:
if (os == "linux") and fission and not debug and not asan and tsan: [PASS, FAIL]
if (os == "linux") and fission and not debug and asan: [PASS, FAIL]
if (os == "linux") and not fission and debug: [FAIL, PASS]
if (os == "linux") and not fission and not debug: FAIL
if (os == "win") and debug: [PASS, FAIL]
if os == "android": FAIL