contain-size-breaks-001-ref.html (646B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>CSS-contain test reference</title> 5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> 6 <meta name=flags content="ahem"> 7 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style> 10 article { 11 height: 2.5em; 12 column-gap: 0; 13 columns: 3 1em; 14 width: 3em; 15 column-fill: auto; 16 17 font-size: 40px; 18 font-family: ahem; 19 line-height: 1; 20 } 21 div { 22 background: orange; 23 padding-top: 5em; 24 } 25 </style> 26 27 <p>This test passes if there is an orange rectangle below. If the shape is not a rectangle, the test fails. 28 29 <article> 30 <div></div> 31 </article>