summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini
blob: b24006c81a3cceca2a4b7914f63efe8eb16c0eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[event_timeupdate.html]
  expected:
    if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [OK, TIMEOUT]
    if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [OK, TIMEOUT]
    if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
    if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
  [setting src attribute on a sufficiently long autoplay audio should trigger timeupdate event]
    expected:
      if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [PASS, NOTRUN]
      if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [PASS, NOTRUN]
      if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, NOTRUN]
      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, NOTRUN]

  [setting src attribute on a sufficiently long autoplay video should trigger timeupdate event]
    expected:
      if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, NOTRUN]