tor-browser

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

scoped-as-div-child-novalid.html (155B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>style@scoped as child of div with flow content after</title>
      4 <body>
      5 <div>
      6 <style scoped></style>
      7 <p>foo
      8 </div>