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="../../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="float: left; width: 1in; height: 1in"></div>
<div style="display: list-item; list-style: square"></div>