You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Blink is shipping the nonstandard event.path property which was replaced by the event.composedPath() method. Sites depending on the nonstandard property has caused significant breakage.
It would be straightforward enough to support labeling subtests (like for bug links) but I think there will be very few cases like this. Metric computation is already rather involved, so simplicity is nice to have where it can be had. We'll see when we go write the new code that uses labels instead of the test lists.
Description
Blink is shipping the nonstandard
event.path
property which was replaced by theevent.composedPath()
method. Sites depending on the nonstandard property has caused significant breakage.Bug reports
https://bugzilla.mozilla.org/show_bug.cgi?id=1697551
https://bugzilla.mozilla.org/show_bug.cgi?id=1697590
Specification
composedPath
Tests
https://wpt.fyi/results/dom/historical.html?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned
This is a bug to include in #9
The text was updated successfully, but these errors were encountered: