Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
div {
color: green;
font: 2em sans-serif;
}
</style>
<body>
<p>This next line should be green:</p>
<div>TESTING</div>
</body>
</html>