focus-within-shadow-001-ref.html (404B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <meta charset="utf-8"> 4 <title>Selectors Level 4: focus-within shadow DOM Reference File</title> 5 <link rel="author" title="Keyong Li" href="mailto:kli79@bloomberg.net"> 6 <link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net"> 7 <style> 8 div { 9 border: solid 15px green; 10 } 11 </style> 12 <p>Test passes if there is a green rectangle below.</p> 13 <div></div> 14 </html>