layout/reftests/position-dynamic-changes/max-width-ref.html

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:81289b070863
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 #a { border: 1px solid black; max-width: 200px; height: 100px; }
6 </style>
7 <div id="a">
8 </div>
9 </body>
10 </html>

mercurial