History log of /external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d249f1bf7938bbba10d2cbfdeb159220a6ea16c 21-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> wrote a fuzzer for the CSS lexer to tease out token merging and misclassification problems by throwing tons of random inputs at the lexer and checking overall properties like termination, idempotence, and pattern matching each output token.

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@195 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java
8a521140d4f962a2c91e12026ea61a5511b17bd2 18-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fleshed out CSS lexer tests, added handling for line continuations in strings, and stripped out debugging cruft

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@192 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java
9f3ae6ac5732a614eb965a97f3d47d7acc21e98b 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fixed token merging of unicode ranges and differentiate quantities with known suffices from those without

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@185 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java
195fd71a25612b7c24d4f46b3596cc27d0a1bdb0 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fleshed out tests for new CSS lexer

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@182 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java
87a0aa3f3a06733ee76e249e957f0b8aaf7b2565 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> debugged bracket indices and fixed bugs in space allocation on unclosed bracket pairs at end of input and in the mapping from close-brackets to their partners

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@181 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/CssTokensTest.java