summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html')
-rw-r--r--testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html b/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html
new file mode 100644
index 0000000000..66bcb6dd25
--- /dev/null
+++ b/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Verify mathsize attribute</title>
+ <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">
+ <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes">
+ <meta name="assert" content="Verify mathsize attribute values.">
+ <link rel="match" href="mathsize-attribute-ref.html">
+ </head>
+ <body>
+
+ <!-- This verifies the effect of the mathsize attribute. -->
+ <div>
+ <math>
+ <mi mathsize="200%">x</mi>
+ <mi mathsize="3em">x</mi>
+ </math>
+ </div>
+
+ </body>
+</html>