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-position-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="list-style-position-applies-to-ref-3.html">
<meta name="assert" content="The 'list-style-position' property applies to a list item which is a sibling of a float.">
<p>Test passes if there is a black dot inside an orange box below.</p>
<div style="margin-left: 1in">
<div style="float: left"></div>
<div style="display: list-item; list-style-position: inside; background: orange"></div>
</div>