contain-size-break-002-ref.html (456B)
1 <!DOCTYPE html> 2 <html class="reftest-paged"> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Reftest Reference</title> 6 <style> 7 table { 8 background: lightblue; 9 height: 1in; 10 width: 1in; 11 } 12 .basicOuter { 13 height: 20px; 14 background: orange; 15 } 16 </style> 17 </head> 18 <body> 19 <div class="basicOuter"> 20 <table border> 21 <tr><td></td></tr> 22 <tr><td></td></tr> 23 </table> 24 </div> 25 </body> 26 </html>