Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / auto-with-percent-height.html
blob13ed444bc6be7b71ceb79aee231e7893fb3f9308
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 height: 100%;
11 .outer {
12 border: 3px solid red;
13 margin: 1em;
15 </style>
16 </head>
17 <body>
19 <table class=outer>
20 <tr><td><table class=table><tr><td>Table One</table><table class=table><tr><td>Table Two</table></td></tr>
21 </table>
23 <table class=outer>
24 <tr><td><div class=table>Div One</div><div class=table>Div Two</div>
25 </table>