aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini')
-rw-r--r--tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini b/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini
new file mode 100644
index 00000000000..63074deb1af
--- /dev/null
+++ b/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini
@@ -0,0 +1,30 @@
+[transfer-errors.window.html]
+ [Serialize should throw before a detached ArrayBuffer is found]
+ expected: FAIL
+
+ [Serialize should throw before a detached MessagePort is found]
+ expected: FAIL
+
+ [Cannot transfer the same ImageBitmap twice]
+ expected: FAIL
+
+ [Serialize should make the ImageBitmap detached, so it cannot be transferred again]
+ expected: FAIL
+
+ [Serialize should throw before a detached ImageBitmap is found]
+ expected: FAIL
+
+ [Cannot transfer ImageBitmap detached while the message was serialized]
+ expected: FAIL
+
+ [Cannot transfer the same OffscreenCanvas twice]
+ expected: FAIL
+
+ [Serialize should make the OffscreenCanvas detached, so it cannot be transferred again]
+ expected: FAIL
+
+ [Serialize should throw before a detached OffscreenCanvas is found]
+ expected: FAIL
+
+ [Cannot transfer OffscreenCanvas detached while the message was serialized]
+ expected: FAIL