Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
span {
color: green;
}
</style>
<body>
<p>Test passes if the letter "F" below is green.</p>
<div><span>F</span>iller Text</div>
</body>
</html>