[wpt-sync] Sync PR 28542 - Consume whitespace after nested compound argument
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28542 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28542
Details from upstream follow.
b'Anders Hartvoll Ruud <andruud@chromium.org>' wrote:
Consume whitespace after nested compound argument
Currently :host(:is(div )) does not parse, but :is(:is(div )) does.
This is because ConsumeComplexSelector cleans up trailing whitespace
(effectively), but ConsumeCompoundSelector doesn't.Fixed: 1199653
Change-Id: I4fe52cfee1b5ef0fbde229b2ec7efb38740ed268
Reviewed-on: https://chromium-review.googlesource.com/2831652
WPT-Export-Revision: db189314bec3ed2789533237a8031e3dd70dee6c
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 16 subtests
Status Summary
Firefox
OK : 1
PASS: 16
Chrome
OK : 1
PASS: 15
FAIL: 1
Safari
OK : 1
PASS: 15
FAIL: 1
Links
Comment 4•4 years ago
|
||
| bugherder | ||
Description
•