mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
14 lines
No EOL
363 B
HTML
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> |