gtk/testsuite
Benjamin Otte cd3f24d579 cssvalue: Change color transitions to run premultiplied
Previously, the unpremultiplied values from the GdkRGBA were taken. Now
we premultiply the color values as specified by the CSS specs.
This is only relevant when transitioning with translucent colors.

An example is the halfway transition between transparent (0, 0, 0, 0)
and white (1, 1, 1, 1). Previously, all 4 values where transitioned
separately and the result was semi-transparent gray (0.5, 0.5, 0.5,
0.5).
By depending on the alpha value, the result is now semi-transparent
white (1, 1, 1, 0.5) which is what one would naively expect.

New reftest: color-transition
2015-06-26 21:12:50 +02:00
..
a11y Fix up expected results of a11y tests 2015-06-23 17:08:14 -04:00
css testsuite: Fix test that was committed in a broken state 2014-12-01 04:05:44 +01:00
gdk gdkcairo: Bail if surface is in error 2015-02-25 01:55:28 +01:00
gtk testsuite: add a test for non-square symbolic icons 2015-06-12 08:55:23 -07:00
reftests cssvalue: Change color transitions to run premultiplied 2015-06-26 21:12:50 +02:00
tools Dist the gtk-builder-tool test script 2015-05-26 14:58:15 -04:00
Makefile.am gtk-builder-tool: Add some tests 2015-05-02 17:39:06 -04:00