layout/reftests/mathml/math-display-ref.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 <body>
michael@0 3 <math>
michael@0 4 <munderover>
michael@0 5 <mo>&sum;</mo>
michael@0 6 <mi>b</mi>
michael@0 7 <mi>c</mi>
michael@0 8 </munderover>
michael@0 9 </math>
michael@0 10 <math displaystyle="true">
michael@0 11 <munderover>
michael@0 12 <mo>&sum;</mo>
michael@0 13 <mi>b</mi>
michael@0 14 <mi>c</mi>
michael@0 15 </munderover>
michael@0 16 </math>
michael@0 17 <math display="inline" displaystyle="true">
michael@0 18 <munderover>
michael@0 19 <mo>&sum;</mo>
michael@0 20 <mi>b</mi>
michael@0 21 <mi>c</mi>
michael@0 22 </munderover>
michael@0 23 </math>
michael@0 24 <math display="block" displaystyle="true">
michael@0 25 <munderover>
michael@0 26 <mo>&sum;</mo>
michael@0 27 <mi>b</mi>
michael@0 28 <mi>c</mi>
michael@0 29 </munderover>
michael@0 30 </math>
michael@0 31 <math displaystyle="false">
michael@0 32 <munderover>
michael@0 33 <mo>&sum;</mo>
michael@0 34 <mi>b</mi>
michael@0 35 <mi>c</mi>
michael@0 36 </munderover>
michael@0 37 </math>
michael@0 38 <math display="inline" displaystyle="false">
michael@0 39 <munderover>
michael@0 40 <mo>&sum;</mo>
michael@0 41 <mi>b</mi>
michael@0 42 <mi>c</mi>
michael@0 43 </munderover>
michael@0 44 </math>
michael@0 45 <math display="block" displaystyle="false">
michael@0 46 <munderover>
michael@0 47 <mo>&sum;</mo>
michael@0 48 <mi>b</mi>
michael@0 49 <mi>c</mi>
michael@0 50 </munderover>
michael@0 51 </math>
michael@0 52 </body>
michael@0 53 </html>

mercurial