tor-browser

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

external-resource-inline-sheet-ref.html (314B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1982344">
      4 <style>
      5 div {
      6  display: inline-block;
      7  width: 100px;
      8  height: 100px;
      9 }
     10 .blue {
     11  background-color: red;
     12  background-image: url(/images/blue.png);
     13 }
     14 </style>
     15 
     16 <div></div>
     17 <div class="blue"></div>