Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-155b.css
blob205386ea1cd36952fba34ea7a82b2b278b0142be
2 p { background: lime; }
3 .two\ words { background: red; }
5 /* the "." and "~=" forms match on a space separated list of words.
6 In such a list, a word containing a space can never match, since it
7 would by definition be two words. */