OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or
g/TR/REC-html40/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or
g/TR/REC-html40/loose.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Table-Width Problem</title> | 4 <title>Table-Width Problem</title> |
5 </head> | 5 </head> |
6 <body> | 6 <body style="overflow: hidden;"> |
7 <p>This tests the interaction of overflow on some very wide text with | 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 | 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 | 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 | 10 the lines should come out very very wide and scroll along with the |
11 border.</p> | 11 border.</p> |
12 <table style="border: 1px solid red; width: 80%"> | 12 <table style="border: 1px solid red; width: 80%"> |
13 <tr> | 13 <tr> |
14 <td> | 14 <td> |
15 <pre style="overflow:auto; border: 1px solid blue"> | 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 | 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 | 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> | 18 </pre> |
19 </td> | 19 </td> |
20 </tr> | 20 </tr> |
21 </table> | 21 </table> |
22 </body> | 22 </body> |
23 </html> | 23 </html> |
OLD | NEW |