summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-clip-color-ref.html
blob: 0bd414cd067425b9604b67292fe0013b98b1b791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
<style>
  .refSquare {
    margin: 10px;
    width: 30px;
    height: 30px;
    background-color: green;
  }
</style>
<p>There should be three green 30x30 px squares below.</p>
<div>border-box</div>
<div class="refSquare"></div>
<div>padding-box</div>
<div class="refSquare"></div>
<duv>content-box</div>
<div class="refSquare"></div>