contain-paint-independent-formatting-context-001-ref.html (446B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Containment Test: Reference file</title> 4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> 5 <style> 6 .wrapper { 7 border: solid thick; 8 margin: 1em; 9 } 10 </style> 11 <p>Test passes if it has the same output than the reference.</p> 12 <div class="wrapper"> 13 <div style="margin: 2em 0;">This text should have 2em top and bottom margins (margins do not collapse).</div> 14 </div>