[wpt-sync] Sync PR 29610 - Implement minsize/maxsize attributes
Categories
(Core :: MathML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29610 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29610
Details from upstream follow.
b'Fr\xc3\xa9d\xc3\xa9ric Wang <fwang@igalia.com>' wrote:
Implement minsize/maxsize attributes
This is the third patch of a series of CL to implement MathML stretchy
operators. It implements step 5 from [1] so that users can specify some
minsize/maxsize values for vertical operators. It also adds missing
invalidation of minsize/maxsize when parsing them on the DOM side.[1] https://w3c.github.io/mathml-core/#layout-of-operators
Bug: 6606, 1124301
Change-Id: I4358ea65b0d74667ee6c5d8b2a11c6403f86e210Reviewed-on: https://chromium-review.googlesource.com/3013895
WPT-Export-Revision: ba3b84d669724ae42095fa11dbc87043a2f41543
| 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 1 tests and 6 subtests
Status Summary
Firefox
OK : 1
FAIL: 6
Chrome
OK : 1
PASS: 1
FAIL: 5
Safari
OK : 1
PASS: 3
FAIL: 3
Links
Details
Firefox-only Failures
/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html
minsize < maxsize < 0 is treated as maxsize = minsize = 0: FAIL
New Tests That Don't Pass
/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html
minsize < 0 is treated as 0: FAIL (Chrome: FAIL, Safari: FAIL)
maxsize < minsize is treated as maxsize = minsize: FAIL (Chrome: FAIL, Safari: PASS)
minsize < maxsize < 0 is treated as maxsize = minsize = 0: FAIL (Chrome: PASS, Safari: PASS)
target size = 0 is treated as Tascent = Tdescent = minsize/2: FAIL (Chrome: FAIL, Safari: PASS)
minsize/maxsize percentages are relative to the target size: FAIL (Chrome: FAIL, Safari: FAIL)
default minsize/maxsize percentages: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/84dc9e878b3c
https://hg.mozilla.org/mozilla-central/rev/20e96eee4a20
Description
•