mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
testsuite: Add empty test for new node
This commit is contained in:
parent
ac8e053ab6
commit
a77beb39a1
@ -201,6 +201,8 @@ node_parser_tests = [
|
||||
'empty-text.ref.node',
|
||||
'empty-texture.node',
|
||||
'empty-texture.ref.node',
|
||||
'empty-texture-scale.node',
|
||||
'empty-texture-scale.ref.node',
|
||||
'empty-transform.node',
|
||||
'empty-transform.ref.node',
|
||||
'glshader.node',
|
||||
|
2
testsuite/gsk/nodeparser/empty-texture-scale.node
Normal file
2
testsuite/gsk/nodeparser/empty-texture-scale.node
Normal file
@ -0,0 +1,2 @@
|
||||
texture-scale {
|
||||
}
|
6
testsuite/gsk/nodeparser/empty-texture-scale.ref.node
Normal file
6
testsuite/gsk/nodeparser/empty-texture-scale.ref.node
Normal file
@ -0,0 +1,6 @@
|
||||
texture-scale {
|
||||
bounds: 0 0 50 50;
|
||||
texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKUlEQVQYlWP8z3DmPwMaYGQwYUQX\
|
||||
Y0IXwAUGUCGGoxkYGBiweXAoeAYAz44F3e3U1xUAAAAASUVORK5CYII=\
|
||||
");
|
||||
}
|
Loading…
Reference in New Issue
Block a user