tor-browser

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

blob-fallback-clip-ref.html (1332B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="UTF-8">
      4 <style>
      5 q {
      6    text-transform: uppercase;
      7    font-size: 2em;
      8    font-family: Ahem;
      9    display: block;
     10    width: 400px;
     11    background: red;
     12    background-clip: text;
     13    -webkit-text-fill-color: transparent;
     14  }
     15 @font-face {
     16  font-family: Ahem;
     17  src: url(../fonts/Ahem.ttf);
     18 }
     19 </style>
     20 <script>
     21  document.addEventListener("MozReftestInvalidate", () => {
     22    scrollTo(0, 3450);
     23    document.documentElement.classList.remove("reftest-wait");
     24  });
     25 </script>
     26 <body>
     27  <q>But these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytelling</q>
     28 </body>
     29 </html>