Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / height-percent-test-vertical.html
1 <body style="overflow: hidden;">
2 <div style="-webkit-writing-mode: vertical-rl;">
3 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="float:left">
4 <div style="height: 100px; background-color:green; width:100%"></div>
5
6 </div></div>
7
8 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="float:left">
9 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table>
10 </div></div>
11
12 <div style="margin: 1em; border: 1px solid black;"><div>
13 <div style="height: 100px; background-color:green; width:100%"></div>
14 </div></div>
15
16 <div style="margin: 1em; border: 1px solid black;"><div>
17 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table>
18 </div></div>
19 </div>
20 </body>