[wpt-sync] Sync PR 32470 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=235399
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32470 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32470
Details from upstream follow.
Antti Koivisto <antti@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=235399
WebKit export from bug: [:has pseudo-class] Support :has(:not(foo))
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 21 subtests
Status Summary
Firefox
OK : 1
PASS: 11
FAIL: 10
Chrome
OK : 1
PASS: 11
FAIL: 10
Safari
OK : 1
PASS: 13
FAIL: 8
Links
Details
New Tests That Don't Pass
/css/selectors/invalidation/has-with-not.html
remove .test to subject_child: FAIL (Chrome: FAIL, Safari: PASS)
remove .test to subject_descendant: FAIL (Chrome: FAIL, Safari: PASS)
insert element div before subject_child: FAIL (Chrome: FAIL, Safari: FAIL)
insert element div before subject_descendant: FAIL (Chrome: FAIL, Safari: FAIL)
insert element div after subject_child: FAIL (Chrome: FAIL, Safari: FAIL)
insert element div after subject_descendant: FAIL (Chrome: FAIL, Safari: FAIL)
insert tree div>div before subject_child: FAIL (Chrome: FAIL, Safari: FAIL)
insert tree div>div before subject_descendant: FAIL (Chrome: FAIL, Safari: FAIL)
insert tree div.test after subject_child: FAIL (Chrome: FAIL, Safari: FAIL)
insert tree div.test after subject_descendant: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 3•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/956681d6c41b
https://hg.mozilla.org/mozilla-central/rev/2714d99b8e29
Description
•