Open
Bug 1471323
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 11673 - Remove unsupported :has() pseudo-class from Element-closest.html
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11673 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11673
Details from upstream follow.
Zirro <code@zirro.se> wrote:
> Remove unsupported :has() pseudo-class from Element-closest.html
>
> The `:has()` pseudo-class has yet to be supported by any major browser, causing this test to always fail. Until there are signs that it actually will gain support, it seems more appropriate to remove it from the general test of the `closest()`-method.
>
> Resolves: https://github.com/web-platform-tests/wpt/issues/11316
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•