tor-browser

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

stacking-context-animation-on-table-ref.html (314B)


      1 <!DOCTYPE html>
      2 <title>Reference of testcases for bug 1273042</title>
      3 <style>
      4 span {
      5  height: 100px;
      6  width: 100px;
      7  background: green;
      8  position: fixed;
      9  top: 50px;
     10  z-index: -1;
     11 }
     12 #test {
     13  display: table;
     14  height: 100px;
     15  width: 100px;
     16  background: blue;
     17 }
     18 </style>
     19 <span></span>
     20 <div id="test"></div>