master
Rename giant CSSManager-test suite to CSSUtils-test suite (to match name of actual module), replacing the little CSSUtils suite that is now merged into the bigger suite.
tests matching of prefixed CSS property name
adding missing file for unit tests
add unit test for finding embedded style blocks
- Unit tests for escaped characters in css selectors - Fix for Issue #391
named colors are not quoted
less and scss unit tests
Re-fix issue #403 (Show comment immediately above CSS rule if there is one) and, since this has regressed once already, add a unit test for it too.
Fix the unit test issue and replace `while (true)` loop with clearer logic in `do … while` loop.
updated unit test data
Add Extract CSSUtils.extractAllNamedFlows() to retrieve an array of named css region flows