summaryrefslogtreecommitdiff
path: root/test/linear-gradient-subset.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Add linear-gradient-subsetChris Wilson2010-02-071-0/+127
It was observed that we never actually test the condition that the gradient is only defined for a portion of its range, i.e. the starting offset is >0 and the ending offset is <0. By definition the colour between 0 and start offset is the start color, so check that this behaviour is followed by all backends.