shadow-root-001-ref.html (396B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Shadow DOM Test: Basic shadow root (reference)</title> 5 <link rel="author" title="Hayato Ito" href="mailto:hayato@google.com"> 6 <link rel="author" title="Yuta Kitamura" href="mailto:yutak@google.com"> 7 <style> 8 p { color: black; } 9 div { color: green; } 10 </style> 11 </head> 12 <body> 13 <p>You should see green text saying "PASS" below.</p> 14 <div>PASS</div> 15 </body> 16 </html>