tor-browser

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

attachment-local-positioning-2-ref.html (514B)


      1 <!doctype html>
      2 <title>CSS Reftest Reference: background-attachment: local</title>
      3 <link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
      4 <style>
      5 #outer {
      6  border: solid;
      7  background: url(aqua-yellow-32x32.png) local no-repeat 178px 278px;
      8  overflow: hidden;
      9  width: 200px;
     10  height: 300px;
     11 }
     12 div div {
     13  width: 250px;
     14  height: 370px;
     15 }
     16 p {
     17  margin: 0 0 0 -40px;
     18  padding-top: 40px;
     19 }
     20 </style>
     21 <div id=outer>
     22  <div>
     23    <p><img src=blue-32x32.png style="width: 160px"></p>
     24  </div>
     25 </div>