<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    div {
        border: 2px solid black;
    }
</style>
<body>
    <p>Test passes if there are bullets "&#x2022;" and "&#x2022;.&#x2022;" in the box below.</p>
    <div>&#x2022;<br>&#x2022;.&#x2022;</div>
</body>