Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
css/css-contain/content-visibility/content-visibility-068.html
Fix a WPT test relating to `content-visibility: auto` and content-relevancy. This test attempts to change the relevancy of content by blurring it, but relevancy also depends on selection. Apparently, Gecko differs from other browsers in that `blur()` is not moving the selection as well. The fix is to simply focus another element which will update both focus and the text selection. Differential Revision: https://phabricator.services.mozilla.com/D163706 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1797447 gecko-commit: 978147969b8ee70daa1920402b6ad2bc938207ee gecko-reviewers: emilio
- Loading branch information