blob: a879e21ba440ba9e850d06597f35f48c1b61a0b3 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<style>
div {
display: inline-block;
}
span {
background: orange;
display: list-item;
list-style-position: inside;
margin-left: 1in;
}
</style>
<p>Test passes if there is a black dot inside an orange box below.</p>
<div><span></span></div>