Summary: | pointerevent_after_target_removed.html?mouse WPT is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
Component: | UI Events | Assignee: | Abrar Rahman Protyasha <a_protyasha> |
Status: | NEW --- | ||
Severity: | Normal | CC: | a_protyasha, ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Abrar Rahman Protyasha
2023-08-22 14:46:37 PDT
Looks like we fail this because we omit too many events. For the first subtest: - pointerout@child,pointerleave@child need to check whether the child has been removed before emitting. seems like a trivial change to do. - pointerover@parent,pointerenter@parent are extra events being emitted. I suspect the other subtests are similar. |