blob: a818e1a7d515bd3be37fd0f4f0839ea3ebf6eb48 (
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 number "4" below is green.</p>
<div><span>4</span>2 Filler Text</div>
</body>
</html>
|