Closed Bug 1742942 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 31743 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=233489

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 31743 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/31743
Details from upstream follow.

Antti Koivisto <antti@apple.com> wrote:

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=233489

WebKit export from bug: [:has() pseudo-class] Invalidation support for adding and removing elements

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core

CI Results

Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 1 tests and 31 subtests

Status Summary

Firefox

OK : 1
PASS: 18
FAIL: 13

Chrome

OK : 1
PASS: 18
FAIL: 13

Safari

OK : 1
PASS: 18
FAIL: 13

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/css/selectors/invalidation/attribute-or-elemental-selectors-in-has.html
add .child to #div_child: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add .descendant to #div_child: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add .descendant to #div_grandchild: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
set descendant to #div_grandchild[attrname]: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
change #div_grandchild to #div_descendant: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add descendant to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add "div > descendant" to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add div.child to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add "div > div.descendant" to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add div#div_descendant to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add "div#div_descendant" to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add div[attrname] to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)
add "div > div[attrname]" to #div_subject: div#div_subject.color: FAIL (Chrome: FAIL, Safari: FAIL)

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.