Source code
Revision control
Copy as Markdown
Other Tools
[delay-load-event-1.html]
expected:
if (os == "linux") and not debug and not asan and not tsan: [OK, ERROR]
if (os == "win") and not debug: [OK, ERROR]
if (os == "mac") and not debug: OK
if os == "android": ERROR
[ERROR, OK]
[Script elements (parser-blocking) does not delay the load event in the new Document after move]
expected:
if swgl and (os == "linux") and not fission: [PASS, FAIL]