layout/reftests/mathml/munderover-empty-scripts.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <html>
michael@0 2 <head>
michael@0 3 <title>Test munderover with empty scripts</title>
michael@0 4 </head>
michael@0 5 <body>
michael@0 6
michael@0 7 <p>munder / munderover with empty overscript:
michael@0 8 <math>
michael@0 9 <munder style="background: red;">
michael@0 10 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 11 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
michael@0 12 </munder>
michael@0 13 </math></p>
michael@0 14
michael@0 15 <p>mover / munderover with empty underscript:
michael@0 16 <math>
michael@0 17 <mover 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 </mover>
michael@0 21 </math></p>
michael@0 22
michael@0 23 <p>mrow / munder with empty scripts:
michael@0 24 <math>
michael@0 25 <mrow style="background: red;">
michael@0 26 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
michael@0 27 </mrow>
michael@0 28 </math></p>
michael@0 29
michael@0 30 </body>
michael@0 31 </html>

mercurial