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.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html lang="en-US">
michael@0 3 <head>
michael@0 4 <title>test of border-image</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 6 <meta http-equiv="Content-Style-Type" content="text/css">
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
michael@0 10 td { padding: 0; }
michael@0 11
michael@0 12 </style>
michael@0 13 </head>
michael@0 14 <body>
michael@0 15 <table>
michael@0 16 <col style="width: 3px">
michael@0 17 <col style="width: 1px">
michael@0 18 <col style="width: 1px">
michael@0 19 <col style="width: 1px">
michael@0 20 <col style="width: 1px">
michael@0 21 <col style="width: 3px">
michael@0 22
michael@0 23 <tr style="height: 1px">
michael@0 24 <td style="background: #ff0000"></td>
michael@0 25 <td style="background: #00ff00"></td>
michael@0 26 <td style="background: #0000ff"></td>
michael@0 27 <td style="background: #00ff00"></td>
michael@0 28 <td style="background: #0000ff"></td>
michael@0 29 <td style="background: #ff0000"></td>
michael@0 30 </tr>
michael@0 31 <tr style="height: 1px">
michael@0 32 <td style="background: #00ff00"></td>
michael@0 33 <td style="background: #ff0000"></td>
michael@0 34 <td style="background: #ff0000"></td>
michael@0 35 <td style="background: #ff0000"></td>
michael@0 36 <td style="background: #ff0000"></td>
michael@0 37 <td style="background: #0000ff"></td>
michael@0 38 </tr>
michael@0 39 <tr style="height: 1px">
michael@0 40 <td style="background: #0000ff"></td>
michael@0 41 <td style="background: #ff0000"></td>
michael@0 42 <td style="background: #ff0000"></td>
michael@0 43 <td style="background: #ff0000"></td>
michael@0 44 <td style="background: #ff0000"></td>
michael@0 45 <td style="background: #00ff00"></td>
michael@0 46 </tr>
michael@0 47 <tr style="height: 1px">
michael@0 48 <td style="background: #ff0000"></td>
michael@0 49 <td style="background: #00ff00"></td>
michael@0 50 <td style="background: #0000ff"></td>
michael@0 51 <td style="background: #00ff00"></td>
michael@0 52 <td style="background: #0000ff"></td>
michael@0 53 <td style="background: #ff0000"></td>
michael@0 54 </tr>
michael@0 55 </table>
michael@0 56 </body>
michael@0 57 </html>

mercurial