9 lines
254 B
Text
9 lines
254 B
Text
cross-fade { }
|
|
|
|
/* This is not very useful as a test, because the
|
|
resulting color is undefined, because 0.5 * 255
|
|
can be rounded to either 127 or 128 by the renderers.
|
|
But at least we know they get the size right... */
|
|
color {
|
|
color: black;
|
|
}
|