blob: c3d4bc6ee516ca59f0398e31341039a79faf18a7 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test reference</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net" />
<meta name="flags" content="ahem" />
<style type="text/css">
body
{
margin-left: 2em;
}
div
{
font: 16px/1em Ahem;
}
#test
{
display: list-item;
}
#ref1, #ref2
{
background: black;
display: inline-block;
height: 1em;
width: 2em;
}
#ref2
{
margin-left: 3em;
}
</style>
</head>
<body>
<p>Test passes if there are two squares below and the left most square has a marker bullet on the left-hand side.</p>
<div id="test">XX&nbsp;&nbsp;&nbsp;XX</div>
<div id="ref1"></div><div id="ref2"></div>
</body>
</html>