Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug57828-2.html
blob0df7222c0571a9765b72583ccb6cb3b320f0edaa
1 <html>
2 <head>
3 <title>test case</title>
4 </head>
6 <body>
8 <p>The table below takes out the nowrap with the cell of 1% width.</p>
10 <table border=0 cellpadding=2 cellspacing=0 width="675">
11 <tr bgcolor="#9999cc">
12 <td>
13 <font face="arial,helvetica" size=4><b>Technology News</b></font><font face="arial,helvetica" size=2> - updated 12:15 PM ET Oct 24</font>
14 </td>
16 <td width="1%">
17 <table cellpadding=3 cellspacing=0>
18 <tr>
19 <td bgcolor="#ccccff">
20 <IMG src="../images/my16.gif" width=16 height=16 border=0 align=left alt="My">
21 <FONT face=arial size="-2"><a href="http://rd.yahoo.com/addtomy/*http://edit.yahoo.com/config/set_news?.add=zdnt">Add to My Yahoo!</a></font>
22 </td>
23 </tr>
24 </table>
25 </td>
26 </tr>
27 </table>
29 <p>The table below leaves in the nowrap but take out the 1% width in the cell.</p>
31 <table border=0 cellpadding=2 cellspacing=0 width="675">
32 <tr bgcolor="#9999cc">
33 <td>
34 <font face="arial,helvetica" size=4><b>Technology News</b></font><font face="arial,helvetica" size=2> - updated 12:15 PM ET Oct 24</font>
35 </td>
37 <td>
38 <table cellpadding=3 cellspacing=0>
39 <tr>
40 <td bgcolor="#ccccff" nowrap>
41 <IMG src="../images/my16.gif" width=16 height=16 border=0 align=left alt="My">
42 <FONT face=arial size="-2"><a href="http://rd.yahoo.com/addtomy/*http://edit.yahoo.com/config/set_news?.add=zdnt">Add to My Yahoo!</a></font>
43 </td>
44 </tr>
45 </table>
46 </td>
47 </tr>
48 </table>
50 </body>
51 </html>