diff options
Diffstat (limited to 'testing/web-platform/meta/clipboard-apis/text-write-read')
4 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-read.https.html.ini b/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-read.https.html.ini new file mode 100644 index 0000000000..0e37e836a0 --- /dev/null +++ b/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-read.https.html.ini @@ -0,0 +1,10 @@ +[async-write-read.https.html] + expected: + if (os == "android") and not debug: [OK, CRASH] + [Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem\]) -> read ([text/plain ClipboardItem\]) test] + expected: + if (os == "linux") and not fission and not debug: [PASS, FAIL] + + [Verify write and read clipboard given text: non-Latin1 text encoding test データ] + expected: + if (os == "linux") and not fission and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini b/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini new file mode 100644 index 0000000000..5e361058ae --- /dev/null +++ b/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini @@ -0,0 +1,4 @@ +[async-write-readText.https.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-read.https.html.ini b/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-read.https.html.ini new file mode 100644 index 0000000000..ddb654688a --- /dev/null +++ b/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-read.https.html.ini @@ -0,0 +1,4 @@ +[async-writeText-read.https.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-readText.https.html.ini b/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-readText.https.html.ini new file mode 100644 index 0000000000..efd4b27a62 --- /dev/null +++ b/testing/web-platform/meta/clipboard-apis/text-write-read/async-writeText-readText.https.html.ini @@ -0,0 +1,4 @@ +[async-writeText-readText.https.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, CRASH] |