layout/reftests/mathml/multiscripts-1-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 <html><head>
michael@0 2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Comparison of script elements</title></head>
michael@0 3 <body>
michael@0 4 msubsup:
michael@0 5 <math>
michael@0 6 <mmultiscripts style="background: red;">
michael@0 7 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 8 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
michael@0 9 <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext>
michael@0 10 </mmultiscripts>
michael@0 11 </math>
michael@0 12
michael@0 13 <br><br>
michael@0 14
michael@0 15 msubsup:
michael@0 16 <math>
michael@0 17 <mmultiscripts style="background: red;">
michael@0 18 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 19 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
michael@0 20 <none/>
michael@0 21 </mmultiscripts>
michael@0 22 </math>
michael@0 23
michael@0 24 <br><br>
michael@0 25
michael@0 26 msup / msubsup:
michael@0 27 <math>
michael@0 28 <mmultiscripts style="background: red;">
michael@0 29 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 30 <none/>
michael@0 31 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
michael@0 32 </mmultiscripts>
michael@0 33 </math>
michael@0 34
michael@0 35 <math>
michael@0 36 <mmultiscripts style="background: red;">
michael@0 37 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 38 <none/>
michael@0 39 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
michael@0 40 </mmultiscripts>
michael@0 41 </math>
michael@0 42
michael@0 43 <br><br>
michael@0 44
michael@0 45
michael@0 46 mrow / msub:
michael@0 47 <math>
michael@0 48 <mrow style="background: red;">
michael@0 49 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 50 </mrow>
michael@0 51 </math>
michael@0 52
michael@0 53 <math>
michael@0 54 <mrow style="background: red;">
michael@0 55 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 56 </mrow>
michael@0 57 </math>
michael@0 58
michael@0 59 <br><br>
michael@0 60
michael@0 61 msupsub:
michael@0 62 <math>
michael@0 63 <mmultiscripts style="background: red;">
michael@0 64 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 65 <none />
michael@0 66 <none />
michael@0 67 </mmultiscripts>
michael@0 68 </math>
michael@0 69
michael@0 70 </body></html>

mercurial