layout/reftests/border-image/repeat-image-1-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE html>
     2 <html lang="en-US">
     3 <head>
     4   <title>test of 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>

mercurial