Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / avoidance-percent-width-compat.html
blob56600218e173d484e96bedf7e0693068533c64fe
1 <html>
2 <body>
3 <div>
4 <div style="border:2px solid red; FLOAT: left; width:550px">
5 There should be a green border table below this:
6 </div>
7 <table style="border:2px solid green;width:100%; ">
8 <tr> <td height="400" > </td> </tr>
9 </table>
10 </div>
12 </body>
14 </html>