[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