forked from AuroraMiddleware/gtk
testsuite: add another nodeparser crash test
This commit is contained in:
parent
e31856fe1b
commit
61a963d78d
@ -113,6 +113,7 @@ node_parser_tests = [
|
|||||||
'crash1',
|
'crash1',
|
||||||
'crash2',
|
'crash2',
|
||||||
'crash3',
|
'crash3',
|
||||||
|
'crash4',
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach test : node_parser_tests
|
foreach test : node_parser_tests
|
||||||
|
7
testsuite/gsk/nodeparser/crash4.node
Normal file
7
testsuite/gsk/nodeparser/crash4.node
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
blur {
|
||||||
|
child: color {
|
||||||
|
bounds: 100 100 100 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
blur: 40
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user