Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<link rel="match" href="list-style-position-applies-to-ref-5.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="float: left; width: 1in; height: 1in"></div>
<div style="display: list-item; list-style-position: inside; background: orange"></div>