Source code

Revision control

Copy as Markdown

Other Tools

[transition-events-with-document-change.html]
expected:
if (os == "linux") and not asan and not debug and (processor == "x86_64") and not tsan: [OK, TIMEOUT]
if (os == "linux") and asan and fission: [OK, TIMEOUT]
if (os == "linux") and asan and not fission: [TIMEOUT, OK]
if (os == "linux") and not asan and debug: [OK, TIMEOUT]
[transition events for an element changing document]
expected:
if (os == "linux") and not asan and not debug and (processor == "x86_64") and not tsan: [PASS, TIMEOUT]
if (os == "linux") and asan and fission: [PASS, TIMEOUT]
if (os == "linux") and asan and not fission: [TIMEOUT, PASS]
if (os == "linux") and not asan and debug: [PASS, TIMEOUT]