Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-7b.css
blob88a9f9e6551006aa939086488089c709499e88cf
2 p { background: lime; }
3 [title~="hello world"] { background: red; }
4 /* Section 6.3.1: Represents the att attribute whose value is a
5 space-separated list of words, one of which is exactly "val". If this
6 selector is used, the words in the value must not contain spaces
7 (since they are separated by spaces). */