Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug106158-1.html
blobbd5b9327f2be629b0151742bb09f7aae0a96a139
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>tipofday</TITLE>
5 <style>
6 div { width: 450px; border: 1px solid green;}
7 table { border: 1px solid black; }
8 table[align] { border: 1px solid red; }
9 </style>
10 </HEAD>
12 <BODY>
13 <table width="450"><tr><td>
14 <table align=right width="100%">
15 <tr><td>test</td></tr>
16 </table>
17 <table width="99%">
18 <TR><td>
19 <table>
20 <tr><td><img src="../images/bullet.gif"> Shop Till You Drop<BR>
21 From Regina Lewis, AOL's Online Advisor<BR>
22 <img src="../images/bullet.gif"> Forget Dates? Don't Worry We'll Remind You<BR></td>
23 </tr></table>
24 </td></TR></table>
25 </td></tr></table>
26 </BODY>
27 </HTML>