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