hidden-until-found-005-ref.html (422B)
1 <!doctype HTML> 2 <html> 3 <meta charset="utf8"> 4 <title>hidden=until-found and size contained (reference)</title> 5 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 6 <link rel="help" href="https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found"> 7 8 <style> 9 div { 10 border: 1px solid black; 11 } 12 </style> 13 14 Test passes if there is a empty div with border below. 15 <div></div> 16 </html>