summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.html')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.html b/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.html
new file mode 100644
index 0000000000..62e72310c4
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-002.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-002-ref.html">
+ <meta name="assert" content="height pseudo unit in mpadded@height refers to logical (not ink) metrics.">
+ </head>
+ <body>
+ <math>
+ <!--height in term of height should not depend on the characters-->
+ <mpadded mathbackground="red" height="100height" depth="0">
+ <mphantom>
+ <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
+ </mphantom>
+ </mpadded>
+ </math>
+ </body>
+</html>