aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/clipboard-apis/idlharness.https.window.js.ini
blob: e648b62a314cc99a79fe9c1197fbb8ca0b2e1d9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[idlharness.https.window.html]
  [ClipboardItem interface: operation getType(DOMString)]
    expected: FAIL

  [ClipboardItem interface: operation supports(DOMString)]
    expected: FAIL

  [Clipboard interface: operation read(optional ClipboardUnsanitizedFormats)]
    expected: FAIL

  [Clipboard interface: operation write(ClipboardItems)]
    expected: FAIL

  [Clipboard interface: navigator.clipboard must inherit property "read(optional ClipboardUnsanitizedFormats)" with the proper type]
    expected: FAIL

  [Clipboard interface: calling read(optional ClipboardUnsanitizedFormats) on navigator.clipboard with too few arguments must throw TypeError]
    expected: FAIL

  [Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type]
    expected: FAIL

  [Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError]
    expected: FAIL