layout/reftests/mathml/math-display.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 <mstyle displaystyle="false">
michael@0 5 <munderover>
michael@0 6 <mo>&sum;</mo>
michael@0 7 <mi>b</mi>
michael@0 8 <mi>c</mi>
michael@0 9 </munderover>
michael@0 10 </mstyle>
michael@0 11 </math>
michael@0 12 <math>
michael@0 13 <mstyle displaystyle="true">
michael@0 14 <munderover>
michael@0 15 <mo>&sum;</mo>
michael@0 16 <mi>b</mi>
michael@0 17 <mi>c</mi>
michael@0 18 </munderover>
michael@0 19 </mstyle>
michael@0 20 </math>
michael@0 21 <math display="inline">
michael@0 22 <mstyle displaystyle="true">
michael@0 23 <munderover>
michael@0 24 <mo>&sum;</mo>
michael@0 25 <mi>b</mi>
michael@0 26 <mi>c</mi>
michael@0 27 </munderover>
michael@0 28 </mstyle>
michael@0 29 </math>
michael@0 30 <math display="block">
michael@0 31 <mstyle displaystyle="true">
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 </mstyle>
michael@0 38 </math>
michael@0 39 <math>
michael@0 40 <mstyle displaystyle="false">
michael@0 41 <munderover>
michael@0 42 <mo>&sum;</mo>
michael@0 43 <mi>b</mi>
michael@0 44 <mi>c</mi>
michael@0 45 </munderover>
michael@0 46 </mstyle>
michael@0 47 </math>
michael@0 48 <math display="inline">
michael@0 49 <mstyle displaystyle="false">
michael@0 50 <munderover>
michael@0 51 <mo>&sum;</mo>
michael@0 52 <mi>b</mi>
michael@0 53 <mi>c</mi>
michael@0 54 </munderover>
michael@0 55 </mstyle>
michael@0 56 </math>
michael@0 57 <math display="block">
michael@0 58 <mstyle displaystyle="false">
michael@0 59 <munderover>
michael@0 60 <mo>&sum;</mo>
michael@0 61 <mi>b</mi>
michael@0 62 <mi>c</mi>
michael@0 63 </munderover>
michael@0 64 </mstyle>
michael@0 65 </math>
michael@0 66 </body>
michael@0 67 </html>

mercurial