aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/clipboard-apis/clipboard-item.https.html.ini
blob: 057b25ac030e0d47958e7f6f52cd1194b1ab373c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[clipboard-item.https.html]
  [ClipboardItem({string, Blob}) succeeds with different types]
    expected: FAIL

  [ClipboardItem() succeeds with empty options]
    expected: FAIL

  [ClipboardItem({}) fails with empty dictionary input]
    expected: FAIL

  [ClipboardItem(Blob) fails]
    expected: FAIL

  [ClipboardItem() fails with null input]
    expected: FAIL

  [ClipboardItem() fails with no input]
    expected: FAIL

  [types() returns correct values]
    expected: FAIL

  [getType(DOMString valid type) succeeds with correct output]
    expected: FAIL

  [getType(DOMString invalid type) succeeds with correct output]
    expected: FAIL

  [getType(DOMString type) rejects correctly when querying for missing type]
    expected: FAIL

  [getType(DOMString valid type) converts DOMString to Blob]
    expected: FAIL

  [getType(DOMString invalid type) converts DOMString to Blob]
    expected: FAIL

  [supports(text/plain) returns true]
    expected: FAIL

  [supports(text/html) returns true]
    expected: FAIL

  [supports(image/png) returns true]
    expected: FAIL

  [supports(text/uri-list) returns true]
    expected: FAIL

  [supports(image/svg+xml) returns true]
    expected: FAIL

  [supports(web foo/bar) returns true]
    expected: FAIL

  [supports(web text/html) returns true]
    expected: FAIL

  [supports(web ) returns false]
    expected: FAIL

  [supports(web) returns false]
    expected: FAIL

  [supports(web foo) returns false]
    expected: FAIL

  [supports(foo/bar) returns false]
    expected: FAIL

  [supports(weB text/html) returns false]
    expected: FAIL

  [supports( web text/html) returns false]
    expected: FAIL

  [supports(not a/real type) returns false]
    expected: FAIL

  [supports() returns false]
    expected: FAIL

  [supports( ) returns false]
    expected: FAIL