Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / tables / nested-table-wrapping.html
blobd2bb25925ff943e47042dec479a18be95be9d496
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 - nested-table-wrapping.html<br/>
32 This test passes if "the table cell should tightly wrap this text" is tightly wrapped.
33 </div>
34 <table>
35 <tr>
36 <td>
37 Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize
38 <table>
39 <tr>
40 <td>the table cell should tightly wrap this text</td>
41 </tr>
42 </table>
43 </td>
44 </tr>
45 </table>
46 </body>
47 </html>