-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1465104 [wpt PR 11229] - Move and simplify element.matches("*") t…
…est so that it works, a=testonly Automatic update from web-platform-testsMove and simplify element.matches("*") test so that it works (#11229) The reason it didn't work before was because in Element-matches.js, it's always `someElement.matches("*")` being tested, which is the only thing that could be tested as there's not other "context" or "reference node" involved in the API surface. All of TEST_FIND is actually dead code, so dropping that is harmless. Fixes web-platform-tests/wpt#11212. -- wpt-commits: 7c0611d2ea5792fa8d9829d05aff1ab7fa648c67 wpt-pr: 11229 UltraBlame original commit: f683999cbef1b9561302c4d5452a100cbd47de99
- Loading branch information
Showing
2 changed files
with
80 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters