Source code
Revision control
Copy as Markdown
Other Tools
[pointerout.html]
[Event Timing pointerout.]
expected:
if (os_version == "14") and sessionHistoryInParent and debug: [PASS, FAIL]
if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL]
if (os_version == "14.70") and not debug: [PASS, FAIL]
if (os == "android") and (version == "14") and debug and not sessionHistoryInParent: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]