Bug 458160 - Enable downloadable .otf fonts under Windows. r=roc, sr=vlad.
[wine-gecko.git] / layout / reftests / border-image / repeat-image-1-ref.html
bloba03ed1690e9f8b72e6f70f48334033d50fea7e13
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <title>test of -moz-border-image</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <style type="text/css">
9 table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
10 td { padding: 0; }
12 </style>
13 </head>
14 <body>
15 <table>
16 <col style="width: 3px">
17 <col style="width: 1px">
18 <col style="width: 1px">
19 <col style="width: 1px">
20 <col style="width: 1px">
21 <col style="width: 3px">
23 <tr style="height: 1px">
24 <td style="background: #ff0000"></td>
25 <td style="background: #00ff00"></td>
26 <td style="background: #0000ff"></td>
27 <td style="background: #00ff00"></td>
28 <td style="background: #0000ff"></td>
29 <td style="background: #ff0000"></td>
30 </tr>
31 <tr style="height: 1px">
32 <td style="background: #00ff00"></td>
33 <td style="background: #ff0000"></td>
34 <td style="background: #ff0000"></td>
35 <td style="background: #ff0000"></td>
36 <td style="background: #ff0000"></td>
37 <td style="background: #0000ff"></td>
38 </tr>
39 <tr style="height: 1px">
40 <td style="background: #0000ff"></td>
41 <td style="background: #ff0000"></td>
42 <td style="background: #ff0000"></td>
43 <td style="background: #ff0000"></td>
44 <td style="background: #ff0000"></td>
45 <td style="background: #00ff00"></td>
46 </tr>
47 <tr style="height: 1px">
48 <td style="background: #ff0000"></td>
49 <td style="background: #00ff00"></td>
50 <td style="background: #0000ff"></td>
51 <td style="background: #00ff00"></td>
52 <td style="background: #0000ff"></td>
53 <td style="background: #ff0000"></td>
54 </tr>
55 </table>
56 </body>
57 </html>