Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / cell-intrinsic-height.html
blobb79012d43b502fa823bbf9040c62f48bd500aae1
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <table>
4 <td style='height: -webkit-fit-content;' data-expected-height=22>
5 <div style="height: 20px; width: 20px"></div>
6 </td>
7 </table>
8 <div id="test-output"></div>
9 <p> crbug.com/478279: Let instrinsic height stylings work for cells. </p>
10 <script>
11 window.checkLayout("td", document.getElementById("test-output"));
12 </script>