summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-image-repeat-space-011-ref.html
blob: 226140d15235f68b6966fe3ed832e3d36337fd0b (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
<!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>
  table
    {
      border-spacing: 32px;
      margin: -32px 0px 0px -32px;
    }

  td
    {
      height: 100px;
      padding: 0px;
      width: 100px;
    }
  </style>

  <table>

    <tr>
      <td style="background-color: black;"><td style="background-color: gray;"><td style="background-color: gray;"><td style="background-color: black;">

    <tr>
      <td style="background-color: blue;"><td><td><td style="background-color: purple;">

    <tr>
      <td style="background-color: blue;"><td><td><td style="background-color: purple;">

    <tr>
      <td style="background-color: black;"><td style="background-color: orange;"><td style="background-color: orange;"><td style="background-color: black;">

  </table>