Source code
Revision control
Copy as Markdown
Other Tools
[huge-fetch.any.sharedworker.html]
expected:
if (processor == "x86") and (os == "linux"): [OK, CRASH]
[huge-fetch.any.worker.html]
[huge-fetch.any.serviceworker.html]
max-asserts: 2
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[fetching a huge cacheable file but not reading it should not crash]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[huge-fetch.any.html]