servo/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-022-ref.html

12 lines
291 B
HTML

<!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>