blob: 84a732bb1d6538b6383affdc35e0bc92fff5f584 [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 the word "green" appears in the box below.</p>
<div>green</div>
</body>