mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
testsuite: Add a forgotten test
The test existed in git but wasn't hooked up. So let's do that by: 1. Adding it to the build 2. Adapting it a bit so rounding errors really don't trigger (as the original commit claimed they shouldn't). 3. Re-renaming it because this was actually about 3d gradients
This commit is contained in:
parent
9a6d6e80b5
commit
12a97ef422
@ -1,5 +1,5 @@
|
||||
clip {
|
||||
clip: 0 -25 50 50;
|
||||
clip: 1 -25 50 50;
|
||||
child: transform {
|
||||
transform: perspective(100) rotateY(45);
|
||||
child: linear-gradient {
|
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
@ -71,6 +71,7 @@ compare_render_tests = [
|
||||
'inset-shadow-multiple',
|
||||
'invalid-transform',
|
||||
'issue-3615',
|
||||
'linear-gradient-3d-nocairo',
|
||||
'linear-gradient-nonorthogonal-scale',
|
||||
'linear-gradient-with-64-colorstops',
|
||||
'mask',
|
||||
|
Loading…
Reference in New Issue
Block a user