summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/scriptshift-1-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/scriptshift-1-ref.xhtml')
-rw-r--r--layout/reftests/mathml/scriptshift-1-ref.xhtml30
1 files changed, 30 insertions, 0 deletions
diff --git a/layout/reftests/mathml/scriptshift-1-ref.xhtml b/layout/reftests/mathml/scriptshift-1-ref.xhtml
new file mode 100644
index 0000000000..04eb6ca55a
--- /dev/null
+++ b/layout/reftests/mathml/scriptshift-1-ref.xhtml
@@ -0,0 +1,30 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+ <math xmlns="http://www.w3.org/1998/Math/MathML">
+ <msub>
+ <mi>x</mi>
+ <mn>2</mn>
+ </msub>
+ <mo>+</mo>
+ <msup>
+ <mi>x</mi>
+ <mn>2</mn>
+ </msup>
+ <mo>+</mo>
+ <msubsup>
+ <mi>x</mi>
+ <mn>2</mn>
+ <mn>3</mn>
+ </msubsup>
+ <mo>+</mo>
+ <mmultiscripts>
+ <mi> x </mi>
+ <mn>2</mn>
+ <mn>3</mn>
+ <mprescripts/>
+ <mn>4</mn>
+ <mn>5</mn>
+ </mmultiscripts>
+ </math>
+</body>
+</html>