Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<style>
div {
background: orange;
display: list-item;
list-style-position: inside;
margin-left: 1in;
width: 5em;
}
</style>
<p>Test passes if there is a black dot inside an orange box below.</p>
<div></div>