subsup-legacy-scriptshift-attributes-001.tentative-ref.html (1535B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>msub/msup/msubsup/mmultiscripts subscriptshift and superscriptshift attributes (reference)</title> 6 </head> 7 <body> 8 <p>Test passes if the green squares are not about 300px away from the blue squares.</p> 9 <p> 10 <math> 11 <mmultiscripts> 12 <mspace width="30px" height="30px" style="background: blue;"></mspace> 13 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 14 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 15 <mprescripts/> 16 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 17 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 18 </mmultiscripts> 19 <msub> 20 <mspace width="30px" height="30px" style="background: blue;"></mspace> 21 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 22 </msub> 23 <msup> 24 <mspace width="30px" height="30px" style="background: blue;"></mspace> 25 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 26 </msup> 27 <msubsup> 28 <mspace width="30px" height="30px" style="background: blue;"></mspace> 29 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 30 <mspace width="10px" height="10px" style="background: lightgreen;"></mspace> 31 </msubsup> 32 </math> 33 </p> 34 </body> 35 </html>