tor-browser

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

1271714-1-ref.html (293B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 
      5 <title>Reference for bug 1271714: .fixed should have a yellow background</title>
      6 
      7 <style type="text/css">
      8 
      9 .fixed {
     10  border: 1px solid black;
     11  height: 50px;
     12  width: 200px;
     13  background: yellow;
     14 }
     15 
     16 </style>
     17 
     18 <div class="fixed"></div>