[pointerup.html]
[Event Timing pointerup.]
expected:
if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL]
if (os_version == "14.70") and debug: [PASS, FAIL]
if (os_version == "14") and not debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if not debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
if not debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]