layout/reftests/bugs/384322-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 <html>
michael@0 2 <head><title>[384322] Testcase</title>
michael@0 3 </head>
michael@0 4 <body bgcolor="white">
michael@0 5
michael@0 6 <p>&lt;img&gt;&lt;img&gt;Hello&lt;img&gt;&lt;img&gt;
michael@0 7
michael@0 8 <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
michael@0 9 <tbody>
michael@0 10 <tr>
michael@0 11 <td bgcolor="red">
michael@0 12 <img width="50" height="50"><img width="50" height="50">Hello<img width="50" height="50"><img width="50" height="50">
michael@0 13 </td>
michael@0 14 </tr>
michael@0 15 </tbody>
michael@0 16 </table>
michael@0 17
michael@0 18 <p>&lt;img&gt;&lt;img&gt;Hello</p>
michael@0 19
michael@0 20 <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
michael@0 21 <tbody>
michael@0 22 <tr>
michael@0 23 <td bgcolor="red">
michael@0 24 <img width="50" height="50"><img width="50" height="50">Hello
michael@0 25 </td>
michael@0 26 </tr>
michael@0 27 </tbody>
michael@0 28 </table>
michael@0 29
michael@0 30 <p>Hello&lt;img&gt;&lt;img&gt;</p>
michael@0 31
michael@0 32 <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
michael@0 33 <tbody>
michael@0 34 <tr>
michael@0 35 <td bgcolor="red">
michael@0 36 Hello<img width="50" height="50"><img width="50" height="50">
michael@0 37 </td>
michael@0 38 </tr>
michael@0 39 </tbody>
michael@0 40 </table>
michael@0 41
michael@0 42 <p>&lt;img&gt;Hello</p>
michael@0 43
michael@0 44 <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
michael@0 45 <tbody>
michael@0 46 <tr>
michael@0 47 <td bgcolor="red">
michael@0 48 <img width="50" height="50">Hello
michael@0 49 </td>
michael@0 50 </tr>
michael@0 51 </tbody>
michael@0 52 </table>
michael@0 53
michael@0 54 </body>
michael@0 55 </html>

mercurial