tor-browser

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

span-with-overflowing-text-ref.html (467B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: span with overflowing text is rendered correctly (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 <link rel="author" href="mailto:khushalsagar@chromium.org">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 
      8 <style>
      9 span {
     10  text-shadow: red -2px -5px;
     11 }
     12 
     13 body {
     14  background: pink;
     15  font: 20px/1 Ahem;
     16 }
     17 </style>
     18 
     19 <span>This text should render correctly</span>