Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / remove-anonymous-row-expected.html
blobf79df47edcc01159f80732db41c9202850d8ae2a
1 <!DOCTYPE html>
2 <p>There should be a blue <em>square</em> below.</p>
3 <div style="display:table; border-spacing:100px; background:blue;">
4 <div style="display:table-row-group;"></div>
5 <div style="display:table-row-group;"><div style="width:10px; height:10px;"></div></div>
6 </div>