forked from AuroraMiddleware/gtk
testsuite: Add a repeat node test case
This commit is contained in:
parent
2914c360a9
commit
4c70bf6c9c
13
testsuite/gsk/compare/repeat.node
Normal file
13
testsuite/gsk/compare/repeat.node
Normal file
@ -0,0 +1,13 @@
|
||||
repeat {
|
||||
child: container {
|
||||
color {
|
||||
color: red;
|
||||
bounds: 0 0 25 25;
|
||||
}
|
||||
color {
|
||||
color: blue;
|
||||
bounds: 25 25 25 25;
|
||||
}
|
||||
}
|
||||
bounds: 0 0 100 100;
|
||||
}
|
BIN
testsuite/gsk/compare/repeat.png
Normal file
BIN
testsuite/gsk/compare/repeat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 B |
@ -57,6 +57,7 @@ compare_render_tests = [
|
||||
'clip-nested1',
|
||||
'scale-up-down',
|
||||
'opacity-overlapping-children',
|
||||
'repeat',
|
||||
]
|
||||
|
||||
# these are too sensitive to differences in the renderers
|
||||
|
Loading…
Reference in New Issue
Block a user