[wpt-sync] Sync PR 38705 - [MathML] Use 'safe' center positioning for display=block
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38705 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38705
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[MathML] Use 'safe' center positioning for display=block
Previously we'd just center the contents for
is_block_math
. Doing this
would lead to however lead to un-reachable content if the \<math> element
also had overflow: scroll placed upon it.Use 'safe' center positioning instead - that is center, but don't allow
the content to be place before the content edge.Bug: 1416539
Change-Id: I367422c921d19a407e9457a0b4d4fbfe4dd55266
Reviewed-on: https://chromium-review.googlesource.com/4289160
WPT-Export-Revision: dd2d8365502c681e97db026dfbe790ac8d7a8dee
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /mathml/relations/css-styling/display-with-overflow.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83343a169246
https://hg.mozilla.org/mozilla-central/rev/67614f437a41
Description
•