← back to v144 · clipboardchange-event
conformance · v144
v144 · clipboardchange-event — conformance probe
4 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
4
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
clipboard-instance-exposed |
navigator.clipboard exists as the target on which clipboardchange fires. spec ↗ | exists | … | |
onclipboardchange-handler-on-clipboard |
The Clipboard interface exposes an onclipboardchange event handler IDL attribute. spec ↗ | script | … | |
clipboard-is-event-target |
navigator.clipboard inherits from EventTarget so addEventListener('clipboardchange', ...) is callable. spec ↗ | script | … | |
addEventListener-clipboardchange-accepts-listener |
Registering a clipboardchange listener does not throw. spec ↗ | script | … |