summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-image-repeat-repeat-001-ref.html
blob: 0086544c0f75ac9466264dba8fd40aba6edc959b (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
31
32
33
34
35
36
37
38
39
40
41
<!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
    {
      background-color: green;
    }

  div.vertical
    {
      height: 75px;
      margin-left: 75px;
      width: 50px;
    }

  div.horizontal
    {
      height: 50px;
      width: 200px;
    }
  </style>

  <p>Test passes if there are 2 identical filled green plus ("+") signs and <strong>no red</strong>.

  <div class="vertical"></div>

  <div class="horizontal"></div>

  <div class="vertical" style="margin-bottom: 10px;"></div>

  <div class="vertical"></div>

  <div class="horizontal"></div>

  <div class="vertical"></div>