mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
testsuite: Add another repeat node test case
This commit is contained in:
parent
c812e1dc94
commit
0415574acf
9
testsuite/gsk/compare/repeat-texture.node
Normal file
9
testsuite/gsk/compare/repeat-texture.node
Normal file
@ -0,0 +1,9 @@
|
||||
repeat {
|
||||
child: texture {
|
||||
bounds: 0 0 1 2;
|
||||
texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAABmJLR0QA/wD/AP+gvaeTAAAAEklEQVQImWNgYGD4z8DAwMAAAAYEAQD7YNrQAAAAAElFTkSuQmCC");
|
||||
}
|
||||
|
||||
bounds: 0 0 25 25;
|
||||
}
|
||||
|
BIN
testsuite/gsk/compare/repeat-texture.png
Normal file
BIN
testsuite/gsk/compare/repeat-texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 B |
@ -58,6 +58,7 @@ compare_render_tests = [
|
||||
'scale-up-down',
|
||||
'opacity-overlapping-children',
|
||||
'repeat',
|
||||
'repeat-texture',
|
||||
]
|
||||
|
||||
# these are too sensitive to differences in the renderers
|
||||
|
Loading…
Reference in New Issue
Block a user