Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 032.html
blobe55f54761cafa2e1b59155eb6fca8f536c288979
1 <!-- Should see a 6px by 100px green rectangle. -->
2 <div style="position:absolute; width:100px; top:50px;">
3 <div style="position:absolute;left:0px;top:50px;height:50px;background-color:green">
4 <table style="width:100%"><tr><td></table>
5 </div>
6 <div style="float:left; background-color:green; height:50px">
7 <table style="width:100%"><tr><td></table>
8 </div>
9 </div>