layout/reftests/border-image/border-image-radial-gradient-width-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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: radial-gradient(ellipse 100% 50% at 50% 50%, blue 0%, red 100%); background-size:90px 15px;"></td>
    17     <td></td>
    18     <td style="background-image: radial-gradient(ellipse 100% 50% at 50% 50%, blue 0%, red 100%); 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: radial-gradient(ellipse 100% 50% at 50% 50%, blue 0%, red 100%); background-size:90px 60px;"></td>
    27     <td></td>
    28     <td style="background-image: radial-gradient(ellipse 100% 50% at 50% 50%, blue 0%, red 100%); background-size:30px 60px;"></td>
    29   </tr>
    30 </table>
    31 </body>
    32 </html>

mercurial