servo/tests/wpt/meta/clipboard-apis/clipboard-item.https.html.ini
Gae24 75e32ba5a4
script: implement ClipboardItem getType and supports (#39296)
Implement ClipboardItem's getType and supports

Testing: covered by existing tests

---------

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
2025-09-25 08:05:01 +00:00

39 lines
951 B
INI
Vendored

[clipboard-item.https.html]
[ClipboardItem({string, Blob}) succeeds with different types]
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/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