summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/generated-content/content-037-ref.html
blob: 39b5ba9284f15f13ddb0c63ee28a414ec9d6fedd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    td {
        border: 2px solid black;
        color: green;
    }
</style>
<body>
    <p>Test passes if the words "PASS PASS" appear in the box below.</p>
    <table>
        <tr>
            <td>PASS PASS</td>
        </tr>
    </table>
</body>