Source code

Revision control

Copy as Markdown

Other Tools

[getnotifications-across-processes.https.window.html]
[Get notification created from window]
expected:
if fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]
if not fission and not debug: [PASS, FAIL]
[shownotification.https.window.html]
expected:
if (os == "win") and (processor == "x86_64") and debug: CRASH
if (os == "win") and (processor == "x86_64") and not debug: [OK, CRASH]
[fetching multiple notifications]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[fetching a notification with custom data]
expected:
if asan and not fission: [PASS, FAIL]