blob: 6f57dfc3917c92cea0c2c7e6ce517d191d18c869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
div {
color: green;
}
</style>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div>Filler Text
<p>Filler Text</p>
</div>
</body>
</html>
|