summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-image-012-ref.html
blob: c11db014019ff4616f7a1c259773194d71630f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>

  <meta charset="utf-8">

  <title>CSS Reftest reference</title>

  <style>
  div
    {
      background-color: green;
      height: 100px;
      width: 100px;
    }
  </style>

  <p>Test passes if there is a filled green square and if it has <strong>no scrollbar</strong>.

  <div></div>