tor-browser

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

anonymous-inline-inherit-001.html (517B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="anonymous-inline-inherit-001-ref.html">
      3 <link rel="help" href="https://drafts.csswg.org/css2/visuren.html#anonymous">
      4 <link rel="author" href="kojii@chromium.org">
      5 <!--
      6  The text node for "x" should be wrapped in an anonymous inline box,
      7  which should have the initial value for non-inherited properties.
      8  https://drafts.csswg.org/css2/visuren.html#anonymous
      9 -->
     10 <body>
     11  <span style="vertical-align: top">
     12    <span style="font-size: 500%">A</span>
     13    x
     14  </span>
     15 </body>