Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / jquery / resources / src / sizzle / README
blob2953b0ca58c55df5d645f144a995a8ed98465c10
1 A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
3 More information:
4  http://sizzlejs.com/
6 Discussion:
7   http://groups.google.com/group/sizzlejs
9 Documentation:
10         http://wiki.github.com/jeresig/sizzle
12 Testing Sizzle:
13  - Open test/index.html in your browser to run the tests.
14  - The actual unit tests are in test/unit/selectors.js.