Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / auto-with-percent-height-vertical.html
blobd566d079794c30870288b70f2f729e0de628771d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <style>
5 .table {
6 background-color: purple;
7 color: white;
8 width: 100%;
11 .outer {
12 border: 3px solid red;
13 margin: 1em;
14 -webkit-writing-mode: vertical-rl;
16 </style>
17 </head>
18 <body>
20 <table class=outer>
21 <tr><td><table class=table><tr><td>Table One</table><table class=table><tr><td>Table Two</table></td></tr>
22 </table>
24 <table class=outer>
25 <tr><td><div class=table>Div One</div><div class=table>Div Two</div>
26 </table>