Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / overflow / overflow-auto-table.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <html>
3 <head>
4 <title>Table-Width Problem</title>
5 </head>
6 <body style="overflow: hidden;">
7 <p>This tests the interaction of overflow on some very wide text with
8 auto table layout. The CSS 2.1 spec does not define how overflow
9 interacts with intrinsic width, so we copy the IE behavior. Therefore
10 the lines should come out very very wide and scroll along with the
11 border.</p>
12 <table style="border: 1px solid red; width: 80%">
13 <tr>
14 <td>
15 <pre style="overflow:auto; border: 1px solid blue">
16 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line 
17 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line 
18 </pre>
19 </td>
20 </tr>
21 </table>
22 </body>
23 </html>