blob: 1a5972515025a81a2fcc8d318cc3b9f36acc7267 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
border: 2px solid black;
height: 30px;
}
</style>
<body>
<p>Test passes if there is a bullet (&#x2022;) in the box below.</p>
<div>&#x2022;</div>
</body>