Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / tables / table-cell-inflation.html
blobfe9583a8e93df5c644de1370e23fbc160eba0981
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 body {
7 width: 500px;
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-cell-inflation.html<br/>
32 This test passes if there are no numbers overflowing outside this green box.
33 </div>
34 <table>
35 <tr>
36 <td>
37 The pi approximation below should not overrun this block.<br/>
38 3.141592653589793238462643383279502884197169399375105820974944592307816406286<br/>
39 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 hello hello hello hello
40 </td>
41 </tr>
42 </table>
44 </body>
45 </html>