diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /layout/reftests/mathml/overbar-width-1.xhtml | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/mathml/overbar-width-1.xhtml')
-rw-r--r-- | layout/reftests/mathml/overbar-width-1.xhtml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/layout/reftests/mathml/overbar-width-1.xhtml b/layout/reftests/mathml/overbar-width-1.xhtml deleted file mode 100644 index ab261d061d..0000000000 --- a/layout/reftests/mathml/overbar-width-1.xhtml +++ /dev/null @@ -1,25 +0,0 @@ -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Check width of stretchy OverBar</title> - <style type="text/css"> - html { background-color: grey; } - div { display: inline-block; - font-size: 30px; - line-height: 60px; /* Ensure space for overbar */ - border: 1px solid white; - padding: 2px; /* 10% error allowed in char selection */ - background-color: black; - color: black; } - </style> - </head> -<body> - <div> - <math xmlns="http://www.w3.org/1998/Math/MathML"> - <mover> - <mi>ai</mi> - <mo>¯</mo> - </mover> - </math> - </div> -</body> -</html> |