Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug6674.html
blobc81949a664aea9dbd9c1e5c2bc9cff72b44366a8
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
3 <title>Overflow in Tables</Title>
5 <meta http-equiv="Content-Style-Type" content="text/css">
7 <style type="text/css">
8 div { border: dotted lime; }
9 </style>
11 <table border=1 width=1>
12 <tr>
13 <td>
14 <div style="width:80px;">
15 Truncated?&nbsp;It&nbsp;should&nbsp;not&nbsp;be!
16 </div>
17 </td>
18 </tr>
19 </table>
21 <p>According to the rules of CSS, the text above should spill right out of the
22 table, as it does in the table-less case below:</p>
24 <div style="width:80px;">
25 Truncated?&nbsp;It&nbsp;should&nbsp;not&nbsp;be!
26 </div>