Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 384322-1.html
blobdb36fe7c4e2072396c3c363f30432a81665c28e1
1 <html>
2 <head><title>[384322] Testcase</title>
3 </head>
4 <body bgcolor="white">
6 <p>&lt;img&gt;&lt;img&gt;Hello&lt;img&gt;&lt;img&gt;
8 <table bgcolor="lightgray" width="70" 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>
18 <p>&lt;img&gt;&lt;img&gt;Hello</p>
20 <table bgcolor="lightgray" width="70" 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>
30 <p>Hello&lt;img&gt;&lt;img&gt;</p>
32 <table bgcolor="lightgray" width="70" 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>
42 <p>&lt;img&gt;Hello</p>
44 <table bgcolor="lightgray" width="70" 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>
54 </body>
55 </html>