summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-006-ref.html
blob: 3426468f22d16c57ea7985ebef9ca9838ad902ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    .box {
        background: blue;
        height: 1in;
        width: 2in;
    }
</style>
<body>
    <p>Test passes if the "Filler Text" below is below the box.</p>
    <div class="box"></div>
    <div>Filler Text</div>
</body>