Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / caption-width-relative-position-offset-top.htm
blobaaea8100754f671332e22c5dfd3f08dfa86683e4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <style type="text/css">
4 td {width: 100px; text-align:center}
5 caption {border:solid 4px green}
7 </style>
8 </head>
10 <body>
12 <!--A rectangle with a green border and black ahem text inside should be 70px below the orange rectangle. It should be the same width as the orange rectangle.-->
13 <table style="border-collapse:collapse; font: 12px Ahem;"><caption style="position:relative; top:100px;">xxxx</caption>
14 <tbody><tr><td style="border:solid 4px orange; height:30px"></td></tr>
15 </tbody></table>
17 </body></html>