blob: 7a7a54208d219b482ac433d5f47ca7910f49f730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179
prefs: [dom.events.testing.asyncClipboard:true]
[async-write-html-read-html.https.html]
expected:
if (os == "android") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and swgl and not fission: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[Verify read and write of some text/html content]
expected:
if os == "win": FAIL
|