servo/tests/wpt/meta/clipboard-apis/idlharness.https.window.js.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

18 lines
795 B
INI
Vendored

[idlharness.https.window.html]
[Clipboard interface: operation read(optional ClipboardUnsanitizedFormats)]
expected: FAIL
[Clipboard interface: operation write(ClipboardItems)]
expected: FAIL
[Clipboard interface: navigator.clipboard must inherit property "read(optional ClipboardUnsanitizedFormats)" with the proper type]
expected: FAIL
[Clipboard interface: calling read(optional ClipboardUnsanitizedFormats) on navigator.clipboard with too few arguments must throw TypeError]
expected: FAIL
[Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type]
expected: FAIL
[Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError]
expected: FAIL