Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / cell-coalescing.html
blobe4e715b4e46583840f3deb192bde341d20d526c9
1 <html>
2 <head>
3 <style>
4 .entries { display: table-cell; }
5 .sidebar { display: table-cell; }
6 </style>
7 </head>
8 <body>
9 <div class="nav"></div>
10 <div class="entries">One</div>
11 <div class="sidebar">Two</div>
12 </body>
13 </html>