[wpt-sync] Sync PR 38466 - [mathml] More tests for frac/mpadded/mspace with specified width/height
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38466 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38466
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
[mathml] More tests for frac/mpadded/mspace with specified width/height
mspace-width-height-001.html: Verify how the attributes are mapped to
presentational hints and can be overridden by inline style.width-height-004.html: Indirectly verify centering in some layout
algorithms by checking the positions of their children. In particular,
this allows to check mfrac with a nonzero linethickness even if
visually its horizontal bar takes the fully available width.width-height-002.html: Also check that specified width/height style
allows to override the size implied by the width/height/depth
mpadded attributes.ignored-properties-001.html, TestExpectations: Mark test as slow and
remove timeout expectation.Bug: 1227598
Change-Id: Icd4970606d7f7f02ffd09e990533a0f71bfc2b05Reviewed-on: https://chromium-review.googlesource.com/4239866
WPT-Export-Revision: 050253985c3fe64412a1834ad7036cda6d2d9db9
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests
Status Summary
Firefox
OK
: 3
PASS
: 260
FAIL
: 5
Chrome
OK
: 3
PASS
: 265
Safari
OK
: 3
PASS
: 230
FAIL
: 35
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /mathml/presentation-markup/spaces/mspace-width-height-001.html [wpt.fyi]
- width attribute + width property:
FAIL
(Chrome:PASS
, Safari:FAIL
) - height/depth attributes + height property:
FAIL
(Chrome:PASS
, Safari:FAIL
) - height attribute + height property:
FAIL
(Chrome:PASS
, Safari:FAIL
) - depth attribute + height property:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- width attribute + width property:
- /mathml/relations/css-styling/width-height-002.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
)
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3e91ef540ae4
https://hg.mozilla.org/mozilla-central/rev/36915bdf5305
Description
•