list-style-image-applies-to-016.html (731B)
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/CSS2/generate.html#propdef-list-style-image"> 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="list-style-image-applies-to-ref-1.html"> 7 <meta name="assert" content="The 'list-style-image' property applies to a list item which is a sibling of a float."> 8 9 <p>Test passes if there is a single blue square below.</p> 10 <div style="margin-left: 1in"> 11 <div style="float: left"></div> 12 <div style="display: list-item; list-style-image: url('support/blue15x15.png')"></div> 13 </div>