[wpt-sync] Sync PR 36370 - Fix nesting.html WPT test.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36370 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36370
Details from upstream follow.
Steinar H. Gunderson <sesse@chromium.org> wrote:
Fix nesting.html WPT test.
If a selector reads “span > b”, the subject is b, not span.
Thus, a nested rule “section > &” should never match;
The test currently expects it to match the inner element of
\<section>\<span>\<b>. Update the test accordingly.Change-Id: Ia5af6f2d2abbb10ef23217c1221b3c192d09b954
Reviewed-on: https://chromium-review.googlesource.com/3941667
WPT-Export-Revision: aa6feeeb7c9e7f7111f9f2de7c929264d5b4b2e4
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL: 1
Chrome
FAIL: 1
Safari
FAIL: 1
Links
Details
New Tests That Don't Pass
- /css/selectors/nesting.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•