fieldset-div-display-contents.html (279B)
1 <!DOCTYPE html> 2 <title>fieldset and div with display: contents</title> 3 <link rel=fieldset-foo-ref.html> 4 <style> 5 div { display: contents; } 6 </style> 7 <p>There should be a normal fieldset below with the legend "Foo".</p> 8 <fieldset> 9 <div> 10 <legend>Foo</legend> 11 </div> 12 </fieldset>