tor-browser

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

content-visibility-auto-svg-text.html (593B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
      5 <link rel="help" href="https://drafts.csswg.org/css-contain-2/#content-visibility">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      7 <link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
      8 <style>
      9 text {
     10  font: 100px/1 Ahem;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     16 <div style="content-visibility: auto;">
     17 <svg>
     18  <text fill="green" x="0" y="80">x</text>
     19 </svg>
     20 </div>
     21 </body>
     22 </html>