blob: 7e50aaa9618bbcdb1f53632c283cb1e9f2f6a5b2 [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 (&#x25E6;) in the box below.</p>
<div>&#x25E6;</div>
</body>