layout/reftests/bugs/384322-1-ref.html

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

mercurial