Source code
Revision control
Copy as Markdown
Other Tools
[toggle-events.html]
expected:
if asan and not fission: [OK, ERROR]
[dialog.showModal() should fire beforetoggle and toggle events.]
expected:
if (os_version == "24.04") and not fission and debug: [PASS, FAIL]
if (os_version == "24.04") and not fission and not debug: [PASS, FAIL]
if (os_version == "24.04") and fission: [PASS, FAIL]
if os_version == "18.04": [PASS, FAIL]
[dialog.showModal() should fire cancelable beforetoggle which does not open dialog if canceled]
expected:
if (os_version == "24.04") and not fission and debug: [PASS, FAIL]
if (os_version == "24.04") and not fission and not debug: [PASS, FAIL]
if (os_version == "24.04") and fission: [PASS, FAIL]
if os_version == "18.04": [PASS, FAIL]