blob: 4022cece1a1279ca1aa9a908d55522350ceae7ef (
plain)
1
2
3
4
5
6
7
8
|
[transition-events-with-document-change.html]
expected:
if (os == "linux") and not tsan and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and tsan: [OK, TIMEOUT]
[transition events for an element changing document]
expected:
if (os == "linux") and not tsan and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and tsan: [PASS, TIMEOUT]
|