← back to v130 · coalesced-predicted-events-in-untrusted-pointerevents-will-retain-original-targe
conformance · v130
v130 · coalesced-predicted-events-in-untrusted-pointerevents-will-retain-original-targe — conformance probe
7 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
7
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
pointerevent-constructor |
The PointerEvent constructor exists, allowing untrusted PointerEvents to be constructed in JS. | typeof | … | |
getcoalescedevents-method |
PointerEvent.prototype.getCoalescedEvents is exposed. | typeof | … | |
getpredictedevents-method |
PointerEvent.prototype.getPredictedEvents is exposed. | typeof | … | |
coalescedevents-init-accepted |
PointerEventInit accepts a coalescedEvents sequence and surfaces it via getCoalescedEvents(). spec ↗ | script | … | |
untrusted-coalesced-predicted-retain-original-targets |
For an untrusted PointerEvent, dispatching does not overwrite the original targets of coalesced or predicted entries. spec ↗ | script | … | |
predictedevents-init-accepted |
PointerEventInit accepts a predictedEvents sequence; getPredictedEvents() returns the supplied list. spec ↗ | script | … | |
untrusted-coalesced-predicted-retain-offsets |
Untrusted PointerEvents preserve each coalesced and predicted entry's original offsetX/Y after construction and dispatch. spec ↗ | script | … |