layout/reftests/mathml/scale-stretchy-2-ref.xhtml

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:436cbcbbcceb
1 <?xml version="1.0" encoding="utf-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Minimal size for a vertical arrow stretched by scaling</title>
5 </head>
6
7 <body>
8
9 <table style="position: absolute;">
10 <tr>
11 <td><div style="height: 200px; width: 5px; background: black"/></td>
12 <td>
13 <math xmlns="http://www.w3.org/1998/Math/MathML">
14 <mrow>
15 <mspace height="50px" depth="50px" width="5px"
16 style="background: yellow" />
17 <mspace height="44px" depth="44px" width="50px"
18 style="background: green;"/>
19 </mrow>
20 </math>
21 </td>
22 </tr>
23 </table>
24
25 </body>
26 </html>

mercurial