Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / border-collapsing / resources / cached.css
blob069d13e3a4afdb51c898f526299ceb519d5b2846
1 TD {
2 width: 50px;
3 height: 50px;
6 DIV#blockDiv {
7 display: block;
8 background: yellow;
9 position: absolute;
10 width: 20px;
11 height: 20px;
12 left: 80px;
13 top: 20px;