1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/scriptshift-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<body> 1.6 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.7 + <msub subscriptshift="-5px"> 1.8 + <mi>x</mi> 1.9 + <mn>2</mn> 1.10 + </msub> 1.11 + <mo>+</mo> 1.12 + <msup superscriptshift="-5px"> 1.13 + <mi>x</mi> 1.14 + <mn>2</mn> 1.15 + </msup> 1.16 + <mo>+</mo> 1.17 + <msubsup subscriptshift="-5px" superscriptshift="-5px"> 1.18 + <mi>x</mi> 1.19 + <mn>2</mn> 1.20 + <mn>3</mn> 1.21 + </msubsup> 1.22 + <mo>+</mo> 1.23 + <mmultiscripts subscriptshift="-5px" superscriptshift="-5px"> 1.24 + <mi> x </mi> 1.25 + <mn>2</mn> 1.26 + <mn>3</mn> 1.27 + <mprescripts/> 1.28 + <mn>4</mn> 1.29 + <mn>5</mn> 1.30 + </mmultiscripts> 1.31 + </math> 1.32 +</body> 1.33 +</html>