blob: da7e82d0faea0859e1eeb441ac98c4f890e640d5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
zoom: 1.1;
}
div {
display: inline-block;
border: 0px solid black;
font: large sans-serif;
}
i {
display: inline-block;
width: 15px;
height: 10px;
margin: 0;
background: black;
vertical-align: top;
}
</style>
</head>
<body>
<div><i></i>Test</div>
<p>
List item above should be on same line as the word 'Test'.
</p>
</body>
</html>