Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / border-image / border-image-width-large-ref.html
blobb7d8f5822de8e31fc4e631eac7a58ac0837a2fc0
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <title>border-image with equally large left and right border image width.</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: 57px">
17 <col style="width: 57px">
18 <tr style="height: 24px">
19 <td style="background: #90a213"></td>
20 <td style="background: #90c157"></td>
21 </tr>
22 </table>
23 </body>
24 </html>