← back to v147 · autofill-event
conformance · v147
v147 · autofill-event — conformance probe
6 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
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
autofill-event-on-input-proto |
HTMLInputElement.prototype exposes an onautofill event handler attribute. spec ↗ | script | … | |
autofill-event-constructible |
AutofillEvent is exposed and constructible with a type string. spec ↗ | script | … | |
autofill-event-interface-exists |
Global AutofillEvent constructor is present. spec ↗ | script | … | |
autofill-event-refill-method |
AutofillEvent instances expose a refill() method on their prototype. spec ↗ | script | … | |
autofill-event-fires-on-listener |
An input element accepts addEventListener('autofill', ...) without throwing. spec ↗ | script | … | |
autofill-event-bubbles |
The autofill event, when dispatched, bubbles per the spec definition. spec ↗ | script | … |