Source code

Revision control

Copy as Markdown

Other Tools

[pointerover.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
[Event Timing pointerover.]
expected:
if not fission and debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
if fission and (os == "win") and not debug: [PASS, FAIL]
if not fission and debug and (os == "linux"): [PASS, FAIL]
if not fission and not debug: [PASS, FAIL]
if debug and fission and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and fission and debug: [PASS, FAIL]