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

  <meta charset="UTF-8">

  <title>CSS Reftest reference</title>

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

  <style>
  div
    {
      border: green solid 30px;
      height: 100px;
      margin: 50px;
      width: 100px;
    }
  </style>

  <p>Test passes if there is no red color visible on the page.

  <div></div>