Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-145b.css
blob8b516d6aacef00b31252ef8ca3557fba9f41247c
2 line { display: block; }
3 [type~=odd] { background: lime ! important; }
4 line:nth-of-type(odd) { background: red; }
5 [hidden] { display: none; }