tor-browser

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

display-contents-whitespace-inside-inline.html (555B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test: Whitespace inside display: contents is preserved correctly.</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-display-3/#valdef-display-contents">
      5 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      6 <link rel="author" title="Mozilla" href="https://mozilla.org">
      7 <link rel="match" href="display-contents-whitespace-inside-inline-ref.html">
      8 
      9 <p>There should be an space between "Foo" and "bar" below</p>
     10 <span>Foo<div style="display: contents"> </div>bar</span>