diff options
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemBaseHandle-postMessage-Error.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemBaseHandle-postMessage-Error.https.window.js.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemBaseHandle-postMessage-Error.https.window.js.ini b/testing/web-platform/meta/fs/FileSystemBaseHandle-postMessage-Error.https.window.js.ini new file mode 100644 index 0000000000..f6ff92e032 --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemBaseHandle-postMessage-Error.https.window.js.ini @@ -0,0 +1,32 @@ +[FileSystemBaseHandle-postMessage-Error.https.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fail to send and receive messages using a cross origin iframe.] + expected: PASS + + [Fail to send and receive messages using a cross origin message port in an iframe.] + expected: PASS + + [Fail to send to a sandboxed iframe.] + expected: PASS + + [Fail to send messages using a message port to a sandboxed iframe.] + expected: PASS + + [Fail to send messages to a data URI iframe.] + expected: PASS + + [Fail to send messages using a message port in a data URI iframe.] + expected: PASS + + [Fail to send and receive messages using a cross origin window.] + expected: PASS + + [Fail to send and receive messages using a cross origin message port in a window.] + expected: PASS + + [Fail to send messages to a sandboxed window.] + expected: PASS + + [Fail to send messages using a message port to a sandboxed window.] + expected: PASS |