servo/tests/wpt/meta/clipboard-apis/clipboard-item.https.html.ini
Gae24 64b401696a
script: Correctly convert a jsval to a Promise (#36403)
Fixes an oversight of #36097, in which converting to a Promise would
fail if the value passed wasn't actually a Promise, while in binding
code we actually call `Promise::new_resolved` on the value.

Testing: There are wpt tests that should pass now

---------

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
2025-04-09 16:35:35 +00:00

69 lines
1.5 KiB
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/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