Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d1b.css
bloba348dea9d62982a849173be130a449a67e7f4ff4
2 #test1 { background: red; display: block; padding: 1em; margin: 1em; }
3 #test1:empty { background: lime; }
4 #test2 { background: lime; display: block; padding: 1em; margin: 1em; }
5 #test2:empty { background: red; }