contain-size-fieldset-001-ref.html (450B)
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 fieldset { 7 display: inline-block; 8 color: transparent; 9 border: none; 10 padding: 0; 11 } 12 </style> 13 14 <p>This test passes if it has the same output as the reference. You see the word "before", a small space, and then the word "after".</p> 15 before<fieldset></fieldset>after