[wpt-sync] Sync PR 47492 - Fix runtime errors with MathML rendering-from-in-flow tests
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47492 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47492
Details from upstream follow.
Harry Chen <hchen@igalia.com> wrote:
Fix runtime errors with MathML rendering-from-in-flow tests
Ensure that these tests collectively import the layout-comparison.js helper script and remove the remnants from an older version which causes them to error.
See: https://github.com/web-platform-tests/wpt/pull/47351#issuecomment-2270206857
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 9
Chrome
OK
: 3
PASS
: 8
FAIL
: 1
Safari
OK
: 3
PASS
: 1
FAIL
: 8
Links
Details
Firefox-only Failures
- /mathml/presentation-markup/mpadded/mpadded-rendering-from-in-flow.html [wpt.fyi]
- Rendering of mpadded should only be affected by in-flow children:
FAIL
- Rendering of mpadded should only be affected by in-flow children:
New Tests That Don't Pass
- /mathml/presentation-markup/mpadded/mpadded-rendering-from-in-flow.html [wpt.fyi]
- Rendering of mpadded should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Rendering of mpadded should only be affected by in-flow children:
- /mathml/presentation-markup/scripts/scripts-rendering-from-in-flow.html [wpt.fyi]
- Rendering of mmultiscripts should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of munder should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of mover should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of munderover should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of msub should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of msup should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Rendering of msubsup should only be affected by in-flow children:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Rendering of mmultiscripts should only be affected by in-flow children:
- /mathml/presentation-markup/tokens/tokens-rendering-from-in-flow.html [wpt.fyi]
- Rendering of mo should only be affected by in-flow children:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Rendering of mo should only be affected by in-flow children:
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5b411427e7ce
https://hg.mozilla.org/mozilla-central/rev/71cd6ea69ce7
Description
•