layout/reftests/border-image/border-image-width-large-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html lang="en-US">
michael@0 3 <head>
michael@0 4 <title>border-image with equally large left and right border image width.</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: 57px">
michael@0 17 <col style="width: 57px">
michael@0 18 <tr style="height: 24px">
michael@0 19 <td style="background: #90a213"></td>
michael@0 20 <td style="background: #90c157"></td>
michael@0 21 </tr>
michael@0 22 </table>
michael@0 23 </body>
michael@0 24 </html>

mercurial