diff options
Diffstat (limited to 'testing/web-platform/meta/clipboard-apis/text-write-read')
4 files changed, 12 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 index 0e37e836a0..60f7e48ffd 100644 --- 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 @@ -1,3 +1,6 @@ +# XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179 +prefs: [dom.events.testing.asyncClipboard:true] + [async-write-read.https.html] expected: if (os == "android") and not debug: [OK, CRASH] 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 index 5e361058ae..14c01448fa 100644 --- 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 @@ -1,3 +1,6 @@ +# XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179 +prefs: [dom.events.testing.asyncClipboard:true] + [async-write-readText.https.html] expected: if (os == "android") and debug and fission: [OK, TIMEOUT] 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 index ddb654688a..6235629fdf 100644 --- 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 @@ -1,3 +1,6 @@ +# XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179 +prefs: [dom.events.testing.asyncClipboard:true] + [async-writeText-read.https.html] expected: if (os == "android") and debug and fission: [OK, TIMEOUT] 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 index efd4b27a62..2bcc248357 100644 --- 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 @@ -1,3 +1,6 @@ +# XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179 +prefs: [dom.events.testing.asyncClipboard:true] + [async-writeText-readText.https.html] expected: if (os == "android") and debug and fission: [OK, TIMEOUT] |