Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/CSS2/lists/list-style-image-applies-to-016.html
<!DOCTYPE html> <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"> <link rel="help" href="https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image"> <link rel="help" href="https://www.w3.org/TR/CSS21/generate.html#list-style"> <link rel="help" href="https://github.com/servo/servo/issues/37222"> <link rel="match" href="list-style-image-applies-to-ref-1.html"> <meta name="assert" content="The 'list-style-image' property applies to a list item which is a sibling of a float."> <p>Test passes if there is a single blue square below.</p> <div style="margin-left: 1in"> <div style="float: left"></div> <div style="display: list-item; list-style-image: url('support/blue15x15.png')"></div> </div>
/css/CSS2/lists/list-style-image-applies-to-ref-1.html
<!DOCTYPE html> <title>CSS Reference</title> <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"> <style> div { display: list-item; list-style-image: url('support/blue15x15.png'); margin-left: 96px; } </style> <p>Test passes if there is a single blue square below.</p> <div> </div>