summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/generated-content/content-031-ref.html
blob: d97b57ba295c13529be2786be74aaffb307c14c1 (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 {
        border: 2px solid black;
    }
</style>
<body>
    <p>Test passes if there are letters "A" and "A.A" in the box below.</p>
    <div>A<br>A.A</div>
</body>