tor-browser

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

remove-from-split-inline-4-ref.html (548B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
      4 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
      5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
      6 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
      7 <link rel="match" href="remove-from-split-inline-4-noib-ref.html">
      8 <style>
      9  body > span { border: 3px solid blue }
     10 </style>
     11 <body>
     12  <span>
     13    One
     14    Two
     15    <div>Three</div>
     16    Four
     17  </span>
     18 </body>