1
0
Fork 0
firefox/testing/web-platform/tests/mathml/relations/css-styling/display-with-overflow.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
520 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1416539">
<link rel="match" href="display-with-overflow-ref.html">
<meta name="assert" content="Use safe centering (so that content is reachable with scroll) for display=block centering.">
<style>
math {
width: 20px;
padding: 5px;
font-size: 40px;
overflow-x: scroll;
overflow-y: hidden;
}
</style>
<math display="block">
<mn>text</mn>
</math>
<math display="block" style="direction: rtl;">
<mn>text</mn>
</math>