Source code

Revision control

Copy as Markdown

Other Tools

[capture.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and (processor == "x86"): [OK, CRASH]
if isolated_process: CRASH
if (os == "android") and not debug: [OK, ERROR]
bug: 1709960
[capture]
expected: FAIL
[capture 1]
expected: FAIL
[capture 2]
expected: FAIL