tor-browser

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

preserve3d-pseudo-element-ref.html (246B)


      1 <!doctype html>
      2 <title>CSS Test: preserve-3d on pseudo elements</title>
      3 <link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
      4 <style>
      5 div {
      6  width: 200px;
      7  height: 200px;
      8  background-color: green;
      9 }
     10 </style>
     11 <div></div>