Source code

Revision control

Copy as Markdown

Other Tools

[single-download-preload.html]
disabled:
if verify: fails in verify mode
bug: 1709960
expected:
if (os == "linux") and not asan and not debug and not tsan: TIMEOUT
if (os == "linux") and asan and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Makes sure that preloaded resources are not downloaded again when used]
expected:
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
FAIL