Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / multiple-captions-display.xhtml
blob5f6c537640c84bb68aac70cb31d742ced9f953eb
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <table>
4 <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption>
5 <caption style="position: fixed;">PASS: Caption with a fixed position</caption>
6 <caption style="opacity: 0.7;">PASS: Caption with opacity 0.7</caption>
7 <caption>PASS: Normal Caption</caption>
8 <thead>HEADER</thead>
9 <tbody><br/>Some body content<br/></tbody>
10 <tfoot>FOOTER</tfoot>
11 <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fixed position and opacity 0.6</caption>
12 <caption>
13 <a style="opacity: 0.5;">PASS: Caption with opacity 0.5 in one of its child.</a>
14 </caption>
15 <caption>
16 <a style="opacity: 0.4; position: fixed;">PASS: Caption with opacity 0.4 and fixed position of one of the child.</a>
17 </caption>
18 </table>
19 </body>
20 </html>