[wpt-sync] Sync PR 27493 - Fix encoding of the suffix of CJK counter styles in UA style sheet
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 27493 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27493
Details from upstream follow.
b'Xiaocheng Hu <xiaochengh@chromium.org>' wrote:
Fix encoding of the suffix of CJK counter styles in UA style sheet
Many CJK counter styles use "、" (U+3001) as the suffix. This patch
properly escapes it in the UA style sheet to make the encoding correct.As verification, this patch also adds ref files to the related WPT
tests. The new ref files are mechanically generated using the same
method as crrev.com/c/2674491Bug: 687225
Change-Id: I4f29f17c290e21906601d8366a6a7db7d67b02a5
Reviewed-on: https://chromium-review.googlesource.com/2676274
WPT-Export-Revision: 4eef4159875ca3fedb49245ff5fed80107b07378
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 22 tests
Status Summary
Firefox
PASS: 20
FAIL: 2
Chrome
FAIL: 22
Safari
FAIL: 22
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-counter-styles/japanese-formal/css3-counter-styles-049.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-counter-styles/japanese-informal/css3-counter-styles-044.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e82d1b24bd80
https://hg.mozilla.org/mozilla-central/rev/9c546f2620b7
Description
•