Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-in-table-percent-width-quirks-mode.html
bloba9aee6c81f4be17d90fad45455c6d874a350df67
1 <html>
2 <body>
4 <div style='display:table; border: 1px solid black; width: 500px; height: 500px;'>
5 <div style='display:table-row; border: 1px solid red;'>
6 <div style='display:table-cell; border: 1px solid blue;'>
7 <div style='display:table; border: 1px solid green; width: 100%; height: 100%; padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box;'>
8 <div style='display:table-row; border: 1px solid cyan;'>
9 <div style='display:table-cell; border: 1px solid magenta;'>
10 </div>
11 </div>
12 </div>
13 </div>
14 </div>
15 </div>
16 </body>
17 </html>