4 lines
189 B
HTML
4 lines
189 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<p>PASS if the text below is rendered black on an orange background.</p>
|
|
<p><span style="color:black;background:orange">match me<span></p>
|