layout/reftests/border-image/border-image-repeating-radial-gradient-width-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-source: radial-gradient with border-image-width</title>
     5 <style>
     6 table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
     7 td { padding: 0; }
     8 </style>
     9 </head>
    10 <body>
    11 <table>
    12   <col style="width: 90px">
    13   <col style="width: 120px">
    14   <col style="width: 30px">
    15   <tr style="height: 15px">
    16     <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:90px 15px;"></td>
    17     <td></td>
    18     <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:30px 15px;"></td>
    19   </tr>
    20   <tr style="height: 165px">
    21     <td></td>
    22     <td style="background: white"></td>
    23     <td></td>
    24   </tr>
    25   <tr style="height: 60px">
    26     <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:90px 60px;"></td>
    27     <td></td>
    28     <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:30px 60px;"></td>
    29   </tr>
    30 </table>
    31 </body>
    32 </html>

mercurial