Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / tables / table-for-layout.html
blob04822b52556a47286a313d3c2f789ce851afa9bd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 body {
7 width: 800px;
8 margin: 0;
9 overflow-y: hidden;
10 font-size: 12px;
12 #description {
13 overflow: clip;
14 width: 600px;
15 height: 3em;
17 table {
18 outline: 1px solid black;
19 margin: 1px;
20 border-collapse: collapse;
22 td {
23 background-color: honeydew;
24 border: 1px dotted darkgreen;
26 </style>
27 <script src="../resources/autosizingTest.js"></script>
28 </head>
29 <body>
30 <div id="description">
31 Table autosizing tests - table-for-layout.html<br/>
32 This test passes if the main content area is autosized.
33 </div>
34 <table>
35 <tr>
36 <td colspan="2">Title</td>
37 </tr>
38 <tr>
39 <td>hello<br/>navigation<br/>navigation<br/>navigation<br/>navigation<br/>navigation<br/>navigation<br/>navigation<br/></td>
40 <td>
41 hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
42 </td>
43 </tr>
44 </table>
45 </body>
46 </html>