blob: 60f7e48ffd43b3b543c94f8e9185cf21b1cc58a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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]
[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]
|