blob: c1be10b7a2f7ec3eb40243ba6f5a2c486f8c6865 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
border: 2px solid black;
color: green;
}
</style>
<body>
<p>Test passes if only the word "circle" appears in the box below.</p>
<div>circle</div>
</body>