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>
18 lines
795 B
INI
Vendored
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
|