summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini')
-rw-r--r--testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini b/testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini
new file mode 100644
index 0000000000..55d34a5e9e
--- /dev/null
+++ b/testing/web-platform/meta/media-source/dedicated-worker/mediasource-worker-handle-transfer.html.ini
@@ -0,0 +1,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