Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / caption-width-absolute-position.htm
blob818a0d72111226c7caacd9772703e0f8a7620aff
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 placed at the top left of the orange rectangle. It should be narrower than the orange rectangle.-->
13 <table style="border-collapse:collapse; font: 12px Ahem;"><caption style="position:absolute;">xxxx</caption>
14 <tbody><tr><td style="border:solid 4px orange; height:30px"></td></tr>
15 </tbody></table>
17 </body></html>