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

15 lines
253 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
body {
background: #ffff00;
}
div {
color: green;
}
</style>
<body>
<div>#ffff00</div>
<p>Test passes if there is the text "#ffff00" above.</p>
</body>