layout/reftests/border-image/border-image-width-large-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-image/border-image-width-large-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en-US">
     1.6 +<head>
     1.7 +  <title>border-image with equally large left and right border image width.</title>
     1.8 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.9 +  <meta http-equiv="Content-Style-Type" content="text/css">
    1.10 +  <style type="text/css">
    1.11 +
    1.12 +  table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
    1.13 +  td { padding: 0; }
    1.14 +
    1.15 +  </style>
    1.16 +</head>
    1.17 +<body>
    1.18 +<table>
    1.19 +  <col style="width: 57px">
    1.20 +  <col style="width: 57px">
    1.21 +  <tr style="height: 24px">
    1.22 +    <td style="background: #90a213"></td>
    1.23 +    <td style="background: #90c157"></td>
    1.24 +  </tr>
    1.25 +</table>
    1.26 +</body>
    1.27 +</html>

mercurial