layout/reftests/mathml/mtable-columnlines-single-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 <!DOCTYPE>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Test MathML columnlines</title>
michael@0 5 </head>
michael@0 6 <body>
michael@0 7 <b>columnlines="solid"</b> <br />
michael@0 8 <math>
michael@0 9 <mstyle>
michael@0 10 <mtable columnlines="solid">
michael@0 11 <mtr>
michael@0 12 <mtd>
michael@0 13 <mtext>a</mtext>
michael@0 14 </mtd>
michael@0 15 <mtd>
michael@0 16 <mtext>b</mtext>
michael@0 17 </mtd>
michael@0 18 <mtd>
michael@0 19 <mtext>c</mtext>
michael@0 20 </mtd>
michael@0 21 </mtr>
michael@0 22 <mtr>
michael@0 23 <mtd>
michael@0 24 <mtext>d</mtext>
michael@0 25 </mtd>
michael@0 26
michael@0 27 <mtd>
michael@0 28 <mtext>e</mtext>
michael@0 29 </mtd>
michael@0 30 <mtd>
michael@0 31 <mtext>f</mtext>
michael@0 32 </mtd>
michael@0 33 </mtr>
michael@0 34 <mtr>
michael@0 35 <mtd>
michael@0 36 <mtext>g</mtext>
michael@0 37 </mtd>
michael@0 38 <mtd>
michael@0 39 <mtext>h</mtext>
michael@0 40 </mtd>
michael@0 41 <mtd>
michael@0 42 <mtext>i</mtext>
michael@0 43 </mtd>
michael@0 44 </mtr>
michael@0 45 </mtable>
michael@0 46 </mstyle>
michael@0 47 </math> <br />
michael@0 48 <b>columnlines="dashed"</b> <br />
michael@0 49 <math>
michael@0 50 <mstyle>
michael@0 51 <mtable columnlines="dashed">
michael@0 52 <mtr>
michael@0 53 <mtd>
michael@0 54 <mtext>a</mtext>
michael@0 55 </mtd>
michael@0 56 <mtd>
michael@0 57 <mtext>b</mtext>
michael@0 58 </mtd>
michael@0 59 <mtd>
michael@0 60 <mtext>c</mtext>
michael@0 61 </mtd>
michael@0 62 </mtr>
michael@0 63 <mtr>
michael@0 64 <mtd>
michael@0 65 <mtext>d</mtext>
michael@0 66 </mtd>
michael@0 67
michael@0 68 <mtd>
michael@0 69 <mtext>e</mtext>
michael@0 70 </mtd>
michael@0 71 <mtd>
michael@0 72 <mtext>f</mtext>
michael@0 73 </mtd>
michael@0 74 </mtr>
michael@0 75 <mtr>
michael@0 76 <mtd>
michael@0 77 <mtext>g</mtext>
michael@0 78 </mtd>
michael@0 79 <mtd>
michael@0 80 <mtext>h</mtext>
michael@0 81 </mtd>
michael@0 82 <mtd>
michael@0 83 <mtext>i</mtext>
michael@0 84 </mtd>
michael@0 85 </mtr>
michael@0 86 </mtable>
michael@0 87 </mstyle>
michael@0 88 </math> <br />
michael@0 89 </body>
michael@0 90 </html>

mercurial