tor-browser

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

no-painting-while-render-blocked-ref.html (257B)


      1 <!DOCTYPE html>
      2 <title>View transitions: Rendering suppression prevents painting (ref)</title>
      3 <link rel="author" href="mailto:mattwoodrow@apple.com">
      4 <style>
      5 #target {
      6  width: 200px;
      7  height: 200px;
      8  background: green;
      9 }
     10 </style>
     11 
     12 <div id=target></div>