Click here to download the Blitz Browser!

WPT

wpt / clipboard-apis / idlharness.https.window.html

Spec: Clipboard API and events ↗

Runs: Chrome 155.0.8038.0 (wpt@397d01d8e, 2026-09-02) | Firefox 157.0a1 (wpt@397d01d8e, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-5f6fa (wpt@b1a7025f8, 2026-09-02) | Servo Servo 0.5 (wpt@2ccd2cbf8, 2026-09-01) | Blitz 7727414ca (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total60/6254/6254/6254/6248/62NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
idl_test setupPASSPASSPASSPASSPASS
idl_test validationPASSPASSPASSPASSPASS
Partial interface Navigator: original interface definedPASSPASSPASSPASSPASS
Partial interface Navigator: member names are uniquePASSPASSPASSPASSPASS
Partial interface Navigator[2]: member names are uniquePASSPASSPASSPASSPASS
Partial interface mixin NavigatorID: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorID: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorLanguage: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorOnLine: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorContentUtils: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorCookies: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorPlugins: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorConcurrentHardware: member names are uniquePASSPASSPASSPASSPASS
ClipboardEvent interface: existence and properties of interface objectPASSPASSPASSPASSPASS
ClipboardEvent interface object lengthPASSPASSPASSPASSPASS
ClipboardEvent interface object namePASSPASSPASSPASSPASS
ClipboardEvent interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
ClipboardEvent interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
ClipboardEvent interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
ClipboardEvent interface: attribute clipboardDataPASSPASSPASSPASSPASS
ClipboardEvent must be primary interface of new ClipboardEvent("x")PASSPASSPASSPASSPASS
Stringification of new ClipboardEvent("x")PASSPASSPASSPASSPASS
ClipboardEvent interface: new ClipboardEvent("x") must inherit property "clipboardData" with the proper typePASSPASSPASSPASSPASS
ClipboardChangeEvent interface: existence and properties of interface objectPASSFAILFAILFAILFAIL
ClipboardChangeEvent interface object lengthFAILFAILFAILFAILFAIL
ClipboardChangeEvent interface object namePASSFAILFAILFAILFAIL
ClipboardChangeEvent interface: existence and properties of interface prototype objectPASSFAILFAILFAILFAIL
ClipboardChangeEvent interface: existence and properties of interface prototype object's "constructor" propertyPASSFAILFAILFAILFAIL
ClipboardChangeEvent interface: existence and properties of interface prototype object's @@unscopables propertyPASSFAILFAILFAILFAIL
ClipboardChangeEvent interface: attribute typesPASSFAILFAILFAILFAIL
ClipboardChangeEvent interface: attribute changeIdPASSFAILFAILFAILFAIL
ClipboardItem interface: existence and properties of interface objectPASSPASSPASSPASSPASS
ClipboardItem interface object lengthPASSPASSPASSPASSPASS
ClipboardItem interface object namePASSPASSPASSPASSPASS
ClipboardItem interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
ClipboardItem interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
ClipboardItem interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
ClipboardItem interface: attribute presentationStyleFAILPASSPASSPASSPASS
ClipboardItem interface: attribute typesPASSPASSPASSPASSPASS
ClipboardItem interface: operation getType(DOMString)PASSPASSPASSPASSPASS
ClipboardItem interface: operation supports(DOMString)PASSPASSPASSPASSPASS
Clipboard interface: existence and properties of interface objectPASSPASSPASSPASSPASS
Clipboard interface object lengthPASSPASSPASSPASSPASS
Clipboard interface object namePASSPASSPASSPASSPASS
Clipboard interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
Clipboard interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
Clipboard interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
Clipboard interface: operation read(optional ClipboardUnsanitizedFormats)PASSPASSPASSPASSFAIL
Clipboard interface: operation readText()PASSPASSPASSPASSPASS
Clipboard interface: operation write(ClipboardItems)PASSPASSPASSPASSFAIL
Clipboard interface: operation writeText(DOMString)PASSPASSPASSPASSPASS
Clipboard must be primary interface of navigator.clipboardPASSPASSPASSPASSPASS
Stringification of navigator.clipboardPASSPASSPASSPASSPASS
Clipboard interface: navigator.clipboard must inherit property "read(optional ClipboardUnsanitizedFormats)" with the proper typePASSPASSPASSPASSFAIL
Clipboard interface: calling read(optional ClipboardUnsanitizedFormats) on navigator.clipboard with too few arguments must throw TypeErrorPASSPASSPASSPASSFAIL
Clipboard interface: navigator.clipboard must inherit property "readText()" with the proper typePASSPASSPASSPASSPASS
Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper typePASSPASSPASSPASSFAIL
Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeErrorPASSPASSPASSPASSFAIL
Clipboard interface: navigator.clipboard must inherit property "writeText(DOMString)" with the proper typePASSPASSPASSPASSPASS
Clipboard interface: calling writeText(DOMString) on navigator.clipboard with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS
Navigator interface: attribute clipboardPASSPASSPASSPASSPASS
Navigator interface: navigator must inherit property "clipboard" with the proper typePASSPASSPASSPASSPASS