Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / table-vertical-child-width-expected.html
blob68de82a41e534d4c4fa69fff2a1365ecf850fdf8
1 <!DOCTYPE html>
2 <html><head>
3 <meta charset="UTF-8">
4 <style>
5 .middle { vertical-align: middle; }
6 </style>
7 </head><body>
8 The table should not overflow its contents, and 1st table and 2nd table look same.
9 <table border="1">
10 <tr><td><div class="middle" style="-webkit-writing-mode: vertical-rl; width: 100px; background-color: red;">vertical text</div>
11 </table>
12 <table border="1">
13 <tr><td><div style="-webkit-writing-mode: vertical-rl; width: 100px; background-color: red;">vertical text</div>
14 </table>
15 </body></html>