tor-browser

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

first-line-replaced-001.html (394B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="first-line-replaced-001-ref.html">
      3 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-styling">
      4 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
      5 <style>
      6 .inner {
      7  display: inline-block;
      8  margin: 10px;
      9 }
     10 *::first-line { visibility: visible; }
     11 </style>
     12 <body>
     13  <div>A<span class=inner></span>C</div>
     14 </body>