Closed
Bug 1912335
Opened 3 months ago
Closed 3 months ago
[wpt-sync] Sync PR 47529 - Fix runtime errors with MathML tokens-rendering-from-in-flow test
Categories
(Core :: MathML, task, P4)
Core
MathML
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47529 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47529
Details from upstream follow.
Harry Chen <hchen@igalia.com> wrote:
Fix runtime errors with MathML tokens-rendering-from-in-flow test
There is a missing closing span tag which causes the test to error, and some of the test cases are incorrect, so fix those.
Assignee | ||
Updated•3 months ago
|
Component: web-platform-tests → MathML
Product: Testing → Core
Assignee | ||
Comment 1•3 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=28fc7fe369e92ca23221078304d0030fa01aa47c
Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 5
ERROR
: 1
Chrome
OK
: 1
PASS
: 5
Safari
OK
: 1
PASS
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /mathml/presentation-markup/tokens/tokens-rendering-from-in-flow.html [wpt.fyi]
- Rendering of mo should only be affected by in-flow children:
FAIL
- Rendering of mi should only be affected by in-flow children:
FAIL
- Rendering of mn should only be affected by in-flow children:
FAIL
- Rendering of ms should only be affected by in-flow children:
FAIL
- Rendering of mtext should only be affected by in-flow children:
FAIL
- Rendering of mo should only be affected by in-flow children:
New Tests That Don't Pass
- /mathml/presentation-markup/tokens/tokens-rendering-from-in-flow.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],OK
[GitHub
] (Chrome:OK
, Safari:OK
)- Rendering of mo should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
) - Rendering of mi should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
) - Rendering of mn should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
) - Rendering of ms should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
) - Rendering of mtext should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Rendering of mo should only be affected by in-flow children:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c19c124e22d1
[wpt PR 47529] - Fix runtime errors with MathML tokens-rendering-from-in-flow test, a=testonly
Comment 4•3 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•