blob: 49f641f9194cb63b06df6064484bdedb85301166 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>List-item as multicol</title>
<style>
.c { display:inline-block; width:1em; }
</style>
</head>
<body style="margin:5em;">
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace; float:left;">
<div style="display:list-item;">
<div class="c">P</div><div class="c">A</div><div class="c">S</div><div class="c">S</div>
</div>
</div>
</body>
</html>