[wpt-sync] Sync PR 27691 - [advance-override] Implement the second percentage parameter
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27691 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27691
Details from upstream follow.
b'Xiaocheng Hu <xiaochengh@chromium.org>' wrote:
[advance-override] Implement the second percentage parameter
For upright characters in vertical text layout, the advance of a glyph
is its height instead of width, and therefore we may want a different
scale factor for overriding the advance height instead of width.Hence, this patch implements the second parameter for use in upright
glyphs in vertical text layout.Bug: 1137633
Change-Id: I277d84711b9478f21ba3bd1b3aa987196fb0499e
Reviewed-on: https://chromium-review.googlesource.com/2706243
WPT-Export-Revision: 77acff1775600e325bb85442e23381d7b7095515
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 2 tests
Status Summary
Firefox
OK : 1
FAIL: 4
Chrome
OK : 1
FAIL: 4
Safari
OK : 1
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-fonts/advance-override-serialization.html
One parameter should be serialized as one parameter: FAIL (Chrome: FAIL, Safari: FAIL)
Two different parameters should be serialized as two parameters: FAIL (Chrome: FAIL, Safari: FAIL)
Two identical parameters should be simplified into one parameter: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-fonts/advance-override-vertical-upright.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/66c731d15ae3
https://hg.mozilla.org/mozilla-central/rev/ba2e6d2462d1
Description
•