servo/tests/wpt/css-tests/css-conditional-3_dev/html/reference/background-lime.htm

14 lines
No EOL
363 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test Reference</title>
<link href="http://dbaron.org/" rel="author" title="L. David Baron">
<link href="http://mozilla.com/" rel="author" title="Mozilla Corporation">
<style>
body { background: lime; color: black; }
</style>
</head>
<body>
This page should have a light green background.
</body></html>