Source code

Revision control

Copy as Markdown

Other Tools

[pointerevent_pointerrawupdate_in_pointerlock.https.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): TIMEOUT
if (os == "linux") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and debug and not fission: [OK, ERROR, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[pointerrawupdate event received]
expected:
if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and debug and (processor == "x86"): NOTRUN
if os == "linux": [FAIL, NOTRUN]
FAIL