blob: 0237a810eb9df12c418cffa5eb39563e4cd3f555 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>White text reference</title>
<style>
.test { color: #FFFFFF; background-color: #333; padding: 3px}
</style>
<body>
<p class="test">Test passes if this text is white</p>
</body>