[wpt-sync] Sync PR 27584 - Implement CSSOM CSSCounterStyleRule API setters (p2)
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27584 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27584
Details from upstream follow.
b'Xiaocheng Hu <xiaochengh@chromium.org>' wrote:
Implement CSSOM CSSCounterStyleRule API setters (p2)
This patch implements the following setters of CSSCounterStyleRule:
- system
- symbols
- additiveSymbols
The implementation follows the framework of the previous patch [1], and
uses the existing code in CounterStyle to validate the new 'symbols' or
'additive-symbols' values.[1] crrev.com/c/2686322
Bug: 687225
Change-Id: Iab7bed7da902d9f023e623b175e75a458f0f0ce5Reviewed-on: https://chromium-review.googlesource.com/2688521
WPT-Export-Revision: db81dfdfdc717803aea3baea19171f07edd930cd
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 7 tests
Status Summary
Firefox
PASS: 7
Chrome
FAIL: 7
Safari
FAIL: 7
Links
Comment 4•4 years ago
|
||
bugherder |
Description
•