[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: mozilla.org, 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•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c0752f35a0e3f534f991dbfab732ed6bb9e1e792
Assignee | ||
Comment 2•3 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
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/002fe8cf15bb [wpt PR 28542] - Consume whitespace after nested compound argument, a=testonly
Comment 4•3 years ago
|
||
bugherder |
Description
•