[wpt-sync] Sync PR 41054 - [mathml] Extend test for CSS display on MathML elements
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41054 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41054
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
[mathml] Extend test for CSS display on MathML elements
Test coverage shows that display-2.html does not reach code in
CreateLayoutObject with non-math display for MathMLTokenElement and
MathMLRadicalElement (see http://crbug.com/1465104), so extend the test
to cover these cases.Bug: 1464154, 1465104
Change-Id: Ic97facd2a96b4e999152e6732669e9c58bb5aaea
Reviewed-on: https://chromium-review.googlesource.com/4686257
WPT-Export-Revision: 5bf06c37c724b25f00cc55ada1800273573b1d5c
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 17 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 17
Chrome
OK
: 1
PASS
: 13
FAIL
: 4
Safari
OK
: 1
FAIL
: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /mathml/relations/css-styling/display-2.html [wpt.fyi]
- block display:
FAIL
(Chrome:PASS
, Safari:FAIL
) - block display with contrained width:
FAIL
(Chrome:PASS
, Safari:FAIL
) - list display inside display block:
FAIL
(Chrome:PASS
, Safari:FAIL
) - inline display:
FAIL
(Chrome:PASS
, Safari:FAIL
) - inline-block display:
FAIL
(Chrome:PASS
, Safari:FAIL
) - table display (math):
FAIL
(Chrome:PASS
, Safari:FAIL
) - table display (mrow):
FAIL
(Chrome:PASS
, Safari:FAIL
) - inline-table display (math):
FAIL
(Chrome:PASS
, Safari:FAIL
) - inline-table display (mrow):
FAIL
(Chrome:PASS
, Safari:FAIL
) - flexbox display (math):
FAIL
(Chrome:PASS
, Safari:FAIL
) - flexbox display (mrow):
FAIL
(Chrome:PASS
, Safari:FAIL
) - grid display (math):
FAIL
(Chrome:PASS
, Safari:FAIL
) - grid display (mrow):
FAIL
(Chrome:PASS
, Safari:FAIL
) - ruby display (math):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ruby display (mrow):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - block display with column width (math):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - block display with column width (mrow):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- block display:
Comment 4•2 years ago
|
||
bugherder |
Description
•