summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-orientation-generated-content-ref.html
blob: 4a1969360c1cdbe4ee36ff1cf4b8cd903744d60c (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
<!DOCTYPE>
<head>
  <style>
    body {
      border:  0px;
      margin:  0px;
      padding: 0px;
    }
    table {
      border-spacing: 0px;
    }
    div {
      width: 200px; height: 100px;
    }
    td {
      width: 100px; height: 50px;
    }
  </style>
</head>
<body>
  <div>
    <table>
      <tr>
        <td style="background-color: rgb(254, 0, 122);"></td>
        <td style="background-color: rgb(0, 255, 1);"></td>
      </tr>
      <tr>
        <td style="background-color: rgb(191, 0, 93);"></td>
        <td style="background-color: rgb(0, 191, 0);"></td>
      </tr>
    </table>
  </div>
</body>