transform-table-005-notref.html (403B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 6 <style> 7 table { 8 display: inline-table; 9 } 10 caption { 11 caption-side: bottom; 12 } 13 </style> 14 </head> 15 <body> 16 <table> 17 <caption>there!</caption> 18 <tr><td>Hello</td></tr> 19 </table> 20 </body> 21 </html>