summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-basics.https.html.ini
blob: 692255c319c2a8768cfaf414cfce9eacdaf9adff (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-navigator-clipboard-basics.https.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [navigator.clipboard.write(Promise<DOMString>) fails]
    expected: FAIL
  [navigator.clipboard.write({string : image/png Blob}) succeeds]
    expected:
      if os == "android": FAIL # android clipboard doesn't support image type.