event_timeupdate.html.ini (807B)
1 [event_timeupdate.html] 2 expected: 3 if (os == "linux") and not debug and fission: [OK, TIMEOUT] 4 if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT] 5 if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] 6 [setting src attribute on a sufficiently long autoplay audio should trigger timeupdate event] 7 expected: 8 if (os == "linux") and not debug and fission: [PASS, NOTRUN] 9 10 [setting src attribute on a sufficiently long autoplay video should trigger timeupdate event] 11 expected: 12 if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN] 13 if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN] 14 if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]