summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/background-clip-padding-box-with-border-radius-ref.html
blob: 545b80d35163b43e136d21f7584082b3b9401b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference File</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  div
    {
      background-color: green;
      border-radius: 30px;
      height: 144px;
      margin-left: 18px;
      margin-top: 24px;
      width: 144px;
    }

  div + div
    {
      margin-top: 6px;
    }
  </style>

  <p>Test passes if there are two filled green rounded squares and <strong>no red</strong>.

  <div></div>

  <div></div>