[wpt-sync] Sync PR 47052 - Add a MathML test for italic mi with border, padding and margin
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47052 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47052
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
Add a MathML test for italic mi with border, padding and margin
padding-border-margin-002.html and padding-border-margin-003.html verify handling of border, padding and margin on a stretchy or largeop
<mo>
elements, since browsers implement special layout/painting for them. This patch verifies handling of border, padding and margin on a single-char<mi>
(i.e. that picks italic mathvariant [1]) comparing it to the an<mtext>
element with the transformed character. That covers WebKit's special layout/painting for this case [2].[1] https://w3c.github.io/mathml-core/#the-mi-element
[2] https://bugs.webkit.org/show_bug.cgi?id=276317
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Safari
FAIL
: 1
Links
Comment 4•1 year ago
|
||
bugherder |
Description
•