tor-browser

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

insertRule-from-script.html (421B)


      1 <!doctype html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>insertrule @import test</title>
      5  <link rel="help" href="https://drafts.csswg.org/cssom/">
      6  <link rel="help" href="http://www.w3.org/TR/cssom-1/#the-cssrule-interface">
      7  <link rel="match" href="insertRule-from-script-ref.html">
      8  <style></style>
      9 </head>
     10 <body>
     11  <script>document.styleSheets[0].insertRule("@import url(\"support/black.css\");");</script>
     12 </body>