summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini
blob: 55d34a5e9e6cea4b077d575325648d469d0530ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[mediasource-worker-handle-transfer.html]
  [MediaSourceHandle serialization without transfer must fail, tested in window context]
    expected: FAIL

  [Same MediaSourceHandle transferred multiple times in single postMessage must fail, tested in window context]
    expected: FAIL

  [Attempt to transfer detached MediaSourceHandle must fail, tested in window context]
    expected: FAIL

  [MediaSourceHandle cannot be transferred, immediately after set as srcObject, even if srcObject immediately reset to null]
    expected: FAIL

  [MediaSourceHandle cannot be transferred, if it was srcObject when asynchronous load starts (loadstart), even if srcObject is then immediately reset to null]
    expected: FAIL

  [A detached (already transferred away) MediaSourceHandle cannot successfully load when assigned to srcObject]
    expected: FAIL

  [MediaSourceHandle serialization without transfer must fail, tested in worker]
    expected: FAIL

  [Same MediaSourceHandle transferred multiple times in single postMessage must fail, tested in worker]
    expected: FAIL

  [Precisely one load of the same MediaSourceHandle assigned synchronously to multiple media element srcObjects succeeds]
    expected: FAIL