Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/lists/list-style-image-applies-to-017.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<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="float: left; width: 1in; height: 1in"></div>
<div style="display: list-item; list-style-image: url('support/blue15x15.png')"></div>