Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / fixed-table-layout / empty-table-should-take-no-space-fixed-layout-expected.html
blob11642a3df6b397dd0fbe11d1c05f1490c218b2fa
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 span {
6 background-color: green;
7 color: green;
10 .vertical-rectangle {
11 background-color: green;
12 color: green;
13 height: 20px;
14 width: 40px;
16 </style>
17 <div>Bug <a href="https://webkit.org/b/95521">95521</a>: Tables without any descendant and auto logical width should have a 0px logical width</div>
18 <div>Description: This test checks that an auto table without any cells doesn't take any space.</div>
19 <div>There should be 2 green horizontal rectangles with no empty or red space below.</div>
20 <div>
21 <span>xxxxxxxxxx</span>
22 </div>
23 <br>
24 <div class="vertical-rectangle"><div>
25 </body>
26 </html>