forked from AuroraMiddleware/gtk
testsuite: Add a testcase for repeat nodes that don't repeat
This commit is contained in:
parent
600ce68210
commit
39a48de025
14
testsuite/gsk/compare/repeat-no-repeat.node
Normal file
14
testsuite/gsk/compare/repeat-no-repeat.node
Normal file
@ -0,0 +1,14 @@
|
||||
repeat {
|
||||
child: container {
|
||||
color {
|
||||
color: red;
|
||||
bounds: 0 0 50 50;
|
||||
}
|
||||
color {
|
||||
color: blue;
|
||||
bounds: 50 0 50 50;
|
||||
}
|
||||
}
|
||||
|
||||
bounds: 50 0 50 50;
|
||||
}
|
BIN
testsuite/gsk/compare/repeat-no-repeat.png
Normal file
BIN
testsuite/gsk/compare/repeat-no-repeat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 B |
@ -59,6 +59,7 @@ compare_render_tests = [
|
||||
'opacity-overlapping-children',
|
||||
'repeat',
|
||||
'repeat-texture',
|
||||
'repeat-no-repeat',
|
||||
]
|
||||
|
||||
# these are too sensitive to differences in the renderers
|
||||
|
Loading…
Reference in New Issue
Block a user