Skip to content

Commit

Permalink
Bug 1759031: Let user-action-pseudo-classes-in-has.html rely on act…
Browse files Browse the repository at this point in the history
…ions being completed. r=emilio

Previously, the test relied upon event listener to listen to related events:
e.g. `mousedown` event on `Actions().pointerDown()`. However, as comments in
whatwg/html#7578 indicate when `:active` matches
does not seem to be interoperable across browsers with different inputs.
Instead rely on the action sequence being completed, as done with a simliar
test, `html/semantics/selectors/pseudo-classes/active-disabled.html`.

Differential Revision: https://phabricator.services.mozilla.com/D193463

UltraBlame original commit: ab075d8118aecde5cf88872225b85effcfffbacb
  • Loading branch information
marco-c committed Nov 16, 2023
1 parent 6d6ebae commit ff0add6
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 323 deletions.

This file was deleted.

0 comments on commit ff0add6

Please sign in to comment.