blob: 9dc6c572b303678e8f9b9f76eb3e527318a0ed81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<title>CSS Test Reference</title>
<div>PASS</div>
<div>PASS</div>
<div>PASS</div>
<div>PASS</div>
<div><span style="color:green">P</span>ASS if P is green.</div>
<div><span style="color:green">P</span>ASS if P is green.</div>
<div><span style="color:green">P</span>ASS if P is green.</div>
<div><span style="color:green">P</span>ASS if P is green.</div>
<div style="color:green">PASS if text is green.</div>
<div style="color:green">PASS if text is green.</div>
<div style="color:green">PASS if text is green.</div>
<div style="color:green">PASS if text is green.</div>
<div style="color:green">PASS if text is green.</div>
<div style="color:green">PASS if text is green.</div>
|