contain-paint-ignored-cases-internal-table-001-ref.html (563B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>CSS Reftest Reference</title> 6 <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com"> 7 <style> 8 tr { 9 z-index: 10; 10 } 11 th { 12 background-color: blue; 13 padding-left: 50px; 14 } 15 caption { 16 position: fixed; 17 background-color: yellow; 18 z-index: 2; 19 } 20 </style> 21 </head> 22 <body> 23 <table> 24 <caption>PASS</caption> 25 <tr> 26 <th> </th> 27 </tr> 28 </table> 29 </body> 30 </html>