testsuite: Add test for empty glshader node

Everyone should draw the error pink here, because that's what the
renderers not supporting it do, and it's also what the default shader
does.

So no matter if a renderer supports GL shaders or not, it should draw
the same pink.
This commit is contained in:
Benjamin Otte
2024-07-11 08:02:57 +02:00
parent fff72cf322
commit 1001445d3e
3 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
glshader {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 B

View File

@@ -64,6 +64,7 @@ compare_render_tests = [
'empty-container',
'empty-cross-fade',
'empty-debug',
'empty-glshader',
'empty-inset-shadow',
'empty-linear-gradient',
'empty-mask',