layout/reftests/bugs/186317-1-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 PUBLIC "-//W3C//DTD HTML 4.01//EN"
michael@0 2 "http://www.w3.org/TR/html4/strict.dtd">
michael@0 3 <html>
michael@0 4 <head>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
michael@0 6 <title>border crosstalk</title>
michael@0 7 </head>
michael@0 8 <style>
michael@0 9 table.t1 td {border: 1px solid black}
michael@0 10 </style>
michael@0 11 <body >
michael@0 12
michael@0 13
michael@0 14 <TABLE style="border-collapse:collapse" class="t1">
michael@0 15 <TR><TD>1</td> <TD>2</td> <TD>3</td></tr>
michael@0 16 </TABLE>
michael@0 17
michael@0 18 <table border="1">
michael@0 19 <tr><td>1</td><td>2</td></tr>
michael@0 20 <tr><td >3</td><td>4</td></tr>
michael@0 21 </table>
michael@0 22
michael@0 23
michael@0 24 </body>
michael@0 25
michael@0 26 </html>

mercurial