testsuite: Add another test

This test ensures that offscreens for cross-fade children are properly
clipped and that the renderers can deal with the two not overlapping.
This commit is contained in:
Benjamin Otte 2023-05-21 01:30:08 +02:00
parent f574cc2936
commit 72c58ccd7d
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
clip {
clip: -50 -50 100 100;
child: cross-fade {
progress: 0.333333;
start: color {
bounds: 0 0 16384 16384;
color: red;
}
end: color {
bounds: -16384 -16384 16384 16384;
color: blue;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

View File

@ -41,6 +41,7 @@ compare_render_tests = [
'color-matrix-merge',
'color-matrix-parsing',
'crossfade-clip-both-children',
'cross-fade-clipped-with-huge-children',
'cross-fade-in-opacity',
'cross-fade-in-rotate',
'css-background',