tor-browser

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

webkit-text-stroke-property-002.html (827B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>webkit-text-stroke: thin black</title>
      5 <link rel="author" title="Jeremy Chen" href="jeremychen@mozilla.com">
      6 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      7 <link rel="help" href="https://compat.spec.whatwg.org/#the-webkit-text-stroke">
      8 <meta name="assert" content="thin keyword should take effect for webkit-text-stroke-width">
      9 <link rel="match" href="webkit-text-stroke-property-002-ref.html">
     10 <body>
     11 <div style="width: 500px; height: 200px;">
     12 <text style="padding-left: 0px; color: transparent; font-size: 64px; -webkit-text-stroke: thin black;">TEXT stroke</text>
     13 <!-- need this inline-block to make sure text is rendered at the same position as the SVG reference -->
     14 <div style="display:inline-block; width:0px; height:100px;"/>
     15 </div>
     16 <body>
     17 <html>