blob: d68b7955f5f4def2102c028bea762b07063acf00 [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 "get" appears in the box below.</p>
<div>get</div>
</body>