Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / td-width-fifty-percent-regression-expected.html
blob4c26da9994f5a26c500535cba8de52ce59556f7a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 table
7 font-size:150%;
8 border:solid black 1px;
10 </style>
11 </head>
12 <body>
13 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=84260">84260</a>: REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fit content a cell with colspan</p>
14 <p>For this test to pass, the table below should fit its content.</p>
15 <table>
16 <tr>
17 <td></td><td></td>
18 </tr>
19 <tr>
20 <td colspan="2">Lorem</td>
21 </tr>
22 </table>
23 </body>
24 </html>