mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Implement ClipboardItem's getType and supports Testing: covered by existing tests --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
39 lines
951 B
INI
Vendored
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
|