layout/reftests/border-image/border-image-width-large-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 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>

mercurial