layout/reftests/mathml/mtable-rowalign-multi-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 <!DOCTYPE>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Test MathML rowalign</title>
michael@0 5 </head>
michael@0 6 <body>
michael@0 7 <b>rowalign="top center bottom"</b> <br/>
michael@0 8 <math>
michael@0 9 <mstyle>
michael@0 10 <mtable>
michael@0 11 <mtr>
michael@0 12 <mtd rowalign="top">
michael@0 13 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 14 </mtd>
michael@0 15 <mtd rowalign="top">
michael@0 16 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 17 </mtd>
michael@0 18 <mtd rowalign="top">
michael@0 19 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 20 </mtd>
michael@0 21 </mtr>
michael@0 22 <mtr>
michael@0 23 <mtd rowalign="center">
michael@0 24 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 25 </mtd>
michael@0 26 <mtd rowalign="center">
michael@0 27 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 28 </mtd>
michael@0 29 <mtd rowalign="center">
michael@0 30 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 31 </mtd>
michael@0 32 </mtr>
michael@0 33 <mtr>
michael@0 34 <mtd rowalign="bottom">
michael@0 35 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 36 </mtd>
michael@0 37 <mtd rowalign="bottom">
michael@0 38 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 39 </mtd>
michael@0 40 <mtd rowalign="bottom">
michael@0 41 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 42 </mtd>
michael@0 43 </mtr>
michael@0 44 </mtable>
michael@0 45 </mstyle>
michael@0 46 </math> <br />
michael@0 47 <b>rowalign="bottom top center"</b> <br />
michael@0 48 <math>
michael@0 49 <mstyle>
michael@0 50 <mtable>
michael@0 51 <mtr>
michael@0 52 <mtd rowalign="bottom">
michael@0 53 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 54 </mtd>
michael@0 55 <mtd rowalign="bottom">
michael@0 56 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 57 </mtd>
michael@0 58 <mtd rowalign="bottom">
michael@0 59 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 60 </mtd>
michael@0 61 </mtr>
michael@0 62 <mtr>
michael@0 63 <mtd rowalign="top">
michael@0 64 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 65 </mtd>
michael@0 66 <mtd rowalign="top">
michael@0 67 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 68 </mtd>
michael@0 69 <mtd rowalign="top">
michael@0 70 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 71 </mtd>
michael@0 72 </mtr>
michael@0 73 <mtr>
michael@0 74 <mtd rowalign="center">
michael@0 75 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 76 </mtd>
michael@0 77 <mtd rowalign="center">
michael@0 78 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 79 </mtd>
michael@0 80 <mtd rowalign="center">
michael@0 81 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 82 </mtd>
michael@0 83 </mtr>
michael@0 84 </mtable>
michael@0 85 </mstyle>
michael@0 86 </math> <br />
michael@0 87 <b>rowalign="center bottom top"</b> <br />
michael@0 88 <math>
michael@0 89 <mstyle>
michael@0 90 <mtable>
michael@0 91 <mtr>
michael@0 92 <mtd rowalign="center">
michael@0 93 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 94 </mtd>
michael@0 95 <mtd rowalign="center">
michael@0 96 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 97 </mtd>
michael@0 98 <mtd rowalign="center">
michael@0 99 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 100 </mtd>
michael@0 101 </mtr>
michael@0 102 <mtr>
michael@0 103 <mtd rowalign="bottom">
michael@0 104 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 105 </mtd>
michael@0 106 <mtd rowalign="bottom">
michael@0 107 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 108 </mtd>
michael@0 109 <mtd rowalign="bottom">
michael@0 110 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 111 </mtd>
michael@0 112 </mtr>
michael@0 113 <mtr>
michael@0 114 <mtd rowalign="top">
michael@0 115 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
michael@0 116 </mtd>
michael@0 117 <mtd rowalign="top">
michael@0 118 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace>
michael@0 119 </mtd>
michael@0 120 <mtd rowalign="top">
michael@0 121 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace>
michael@0 122 </mtd>
michael@0 123 </mtr>
michael@0 124 </mtable>
michael@0 125 </mstyle>
michael@0 126 </math>
michael@0 127 </body>
michael@0 128 </html>

mercurial