summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/background-image-centered-with-border-radius-ref.html
blob: 44db3f56017f3408dc750ac48b07c644d0f05db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
  <title>CSS Background Test Reference</title>
  <link rel="author" title="schenney" href="mailto:schenney@chromium.org">
  <style>
    span {
      background-color: green;
      display: inline-block;
      height: 60px;
      width: 60px;
      border: 5px solid green;
      border-radius: 5px;
      box-sizing: border-box;
    }
  </style>
</head>

<body>
  <span></span>
</body>
</html>