[webkit-dev] SVG Filters

Dirk Schulze vbs85 at gmx.de
Fri Dec 4 11:02:49 PST 2009


> What kinds of tests do we have for the code already? Do we have code that tries to exercise edge cases? Do we have a fuzzer of some sort?
> 
>     -- Darin

Every effect that was implemented has at least one test. They are mostly
simple test cases that just test one effect at once but there are also
more complex tests, to see the behavior on combining different effects.
I try to address the different edge cases of every filter effect and add
more tests if necessary.
Mainly effects with pixel manipulation already have more than one test
to target different edge cases.

- Dirk



More information about the webkit-dev mailing list