Closed
Bug 1570494
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 18220 - MathML displaystyle: Test display="inline" and attribute value cases.
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18220 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18220
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
MathML displaystyle: Test display="inline" and attribute value cases.
This introduces a new helper function to easily apply transforms to attribute
values and uses it to test different string cases for the displaystyle and
display attribute values. This also add new asserts for a math with explicit
display="inline" and a displaystyle attribute.
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → MathML
Product: Testing → Core
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Component: MathML → web-platform-tests
Product: Core → Testing
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a01d9b9232770726187465e272ef44e903126b42
Assignee | ||
Comment 3•6 years ago
|
||
Ran 3 tests and 69 subtests
OK : 3
PASS : 18
FAIL : 51
New tests that have failures or other problems:
/mathml/relations/css-styling/displaystyle-1.html
math element (alternate_case): FAIL
math element (explicit display, alternate_case): FAIL
math element (explicit display, uppercase): FAIL
math element (uppercase): FAIL
mfrac element (alternate_case): FAIL
mfrac element (uppercase): FAIL
mover element (alternate_case): FAIL
mover element (uppercase): FAIL
mroot element (alternate_case): FAIL
mroot element (uppercase): FAIL
mstyle element (alternate_case): FAIL
mstyle element (uppercase): FAIL
msub element (alternate_case): FAIL
msub element (uppercase): FAIL
msubsup element (alternate_case): FAIL
msubsup element (uppercase): FAIL
msup element (alternate_case): FAIL
msup element (uppercase): FAIL
mtable element (alternate_case): FAIL
mtable element (uppercase): FAIL
munder element (alternate_case): FAIL
munder element (uppercase): FAIL
munderover element (alternate_case): FAIL
munderover element (uppercase): FAIL
/mathml/relations/css-styling/displaystyle-2.html
mfrac element (alternate_case): FAIL
mfrac element (uppercase): FAIL
mover element (alternate_case): FAIL
mover element (lowercase): FAIL
mover element (uppercase): FAIL
mroot element (alternate_case): FAIL
mroot element (lowercase): FAIL
mroot element (uppercase): FAIL
msub element (alternate_case): FAIL
msub element (lowercase): FAIL
msub element (uppercase): FAIL
msubsup element (alternate_case): FAIL
msubsup element (lowercase): FAIL
msubsup element (uppercase): FAIL
msup element (alternate_case): FAIL
msup element (lowercase): FAIL
msup element (uppercase): FAIL
mtable element (alternate_case): FAIL
mtable element (uppercase): FAIL
munder element (alternate_case): FAIL
munder element (lowercase): FAIL
munder element (uppercase): FAIL
munderover element (alternate_case): FAIL
munderover element (lowercase): FAIL
munderover element (uppercase): FAIL
/mathml/relations/html5-tree/display-1.html
Test display math alternate_case: FAIL
Test display math uppercase: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b8f394f81c17
[wpt PR 18220] - MathML displaystyle: Test display="inline" and attribute value cases., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/07be314bd4db
[wpt PR 18220] - Update wpt metadata, a=testonly
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b8f394f81c17
https://hg.mozilla.org/mozilla-central/rev/07be314bd4db
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•