summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html')
-rw-r--r--testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html b/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html
new file mode 100644
index 0000000000..7a0450e51e
--- /dev/null
+++ b/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Verify mathsize attribute</title>
+ </head>
+ <body>
+
+ <!-- The style attribute should have the same effect as the mathsize
+ attribute. -->
+ <div>
+ <math>
+ <mi style="font-size: 200%;">x</mi>
+ <mi style="font-size: 3em;">x</mi>
+ </math>
+ </div>
+
+ </body>
+</html>