summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz
firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html b/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html
new file mode 100644
index 0000000000..9089c2cd5e
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test mpadded</title>
+ <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685628">
+ <link rel="match" href="mpadded-pseudo-units-003-ref.html">
+ <meta name="assert" content="width pseudo unit in mpadded@height refers to logical (not ink) metrics.">
+ </head>
+ <body>
+ <math>
+ <!--height in term of width should not depend on the characters-->
+ <mpadded mathbackground="red" height="100width" depth="0">
+ <mphantom>
+ <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
+ </mphantom>
+ </mpadded>
+ </math>
+ </body>
+</html>