summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/generated-content/content-043-ref.html
blob: 42f7ab0e61e6b711f3a3dfb7e58a033581edb8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    div {
        color: green;
    }
</style>
<body>
	<div>#ffff00</div>
    <p>Test passes if there is the text "#ffff00" above.</p>
</body>