layout/reftests/border-image/border-image-style-none-length-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>border-image-width: length with border-bottom: none reference</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: 7px">
    17   <col style="width: 92px"> <!-- 100px + 3px + 3px - 7px - 7px -->
    18   <col style="width: 7px">
    20   <tr style="height: 7px">
    21     <td style="background: #87f0b4"></td>
    22     <td style="background: #4a298e"></td>
    23     <td style="background: #c98bb7"></td>
    24   </tr>
    25   <tr style="height: 9px"> <!-- 20px + 3px - 7px - 7px -->
    26     <td style="background: #90a213"></td>
    27     <td></td>
    28     <td style="background: #90c157"></td>
    29   </tr>
    30   <tr style="height: 7px">
    31     <td style="background: #9d57c1"></td>
    32     <td style="background: #3a8e20"></td>
    33     <td style="background: #0e6f6c"></td>
    34   </tr>
    35 </table>
    36 </body>
    37 </html>

mercurial