tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

not-apply-in-shadow-root-001-ref.html (310B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Shadow DOM Test</title>
      5 <link rel="author" title="Kazuhito Hokamura" href="mailto:k.hokamura@gmail.com">
      6 <style>
      7 div {
      8  width: 100px;
      9  height: 100px;
     10  background: green;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <p>Test passes if following box is green.</p>
     16 <div></div>
     17 </body>
     18 </html>