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-applies-to-016.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<link rel="match" href="../../reference/single_square_list_marker.xht">
<meta name="assert" content="The 'list-style' property applies to a list item which is a sibling of a float.">
<p>Test passes if there is a single square below.</p>
<div style="margin-left: 1in">
<div style="float: left"></div>
<div style="display: list-item; list-style: square"></div>
</div>