contain-paint-independent-formatting-context-003-ref.html (420B)
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: 1em 0;">This text should have 1em top and bottom margins.</div> 14 </div>