Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / replaced / 005.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <body style="overflow:hidden;">
3 <table width=100% cellpadding=0 cellspacing=0 border=2>
4 <tr><td nowrap><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br>
5 <img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"></td>
6 <td width=100%">Foo</td>
7 </tr>
8 </table>
9
10 <table width=100% cellpadding=0 cellspacing=0 border=2>
11 <tr><td><span style="white-space:pre"><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"></span><br>
12 <img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"></td>
13 <td width=100%">Foo</td>
14 </tr>
15 </table>
16 <p style="border:2px solid blue"><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br>
17 <a href="foo.html"><img style="width:100px;height:100px;background-color:green"></a><img style="width:100px;height:100px;background-color:green">
18 </p>
19 </body>