summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-image-shorthand-001-ref.html
blob: fe9bf3b86abd756387dadd8e5c9c30e8915371dc (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
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference Test</title>

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

  <style>
  div
    {
      border: 10px double red;
      border-image-outset: 2;
      border-image-repeat: round stretch;
      border-image-slice: 30;
      border-image-source: url("../support/blue-and-red-diamonds-81x81.png");
      border-image-width: 4;
      height: 150px;
      margin: 50px 0px 100px 50px;
      width: 150px;
    }
  </style>

  <p>Test passes if there are <strong>2 identical images.</strong>

  <div></div>

  <div></div>