blob: 625c2f5c1511be00d19802535b5c7f2e4ecfaf20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
|