tor-browser

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

list-style-applies-to-017.html (677B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      3 <link rel="help" href="https://www.w3.org/TR/CSS21/generate.html#propdef-list-style">
      4 <link rel="help" href="https://www.w3.org/TR/CSS21/generate.html#list-style">
      5 <link rel="help" href="https://github.com/servo/servo/issues/37222">
      6 <link rel="match" href="../../reference/single_square_list_marker.xht">
      7 <meta name="assert" content="The 'list-style' property applies to a list item which is a sibling of a float.">
      8 
      9 <p>Test passes if there is a single square below.</p>
     10 <div style="float: left; width: 1in; height: 1in"></div>
     11 <div style="display: list-item; list-style: square"></div>