tests: Add tests for large rounded corners
https://bugzilla.gnome.org/show_bug.cgi?id=649513
This commit is contained in:
parent
6d53d43766
commit
5bc1dede81
@ -51,6 +51,13 @@ addTestCase(" 5px 10px 15px 0px", true);
|
|||||||
addTestCase("10px 15px 0px 5px", true);
|
addTestCase("10px 15px 0px 5px", true);
|
||||||
addTestCase("15px 0px 5px 10px", true);
|
addTestCase("15px 0px 5px 10px", true);
|
||||||
|
|
||||||
|
// border-radius reduction
|
||||||
|
// these should all take the cairo fallback,
|
||||||
|
// so don't bother testing w/ or w/out gradients.
|
||||||
|
addTestCase("200px 200px 200px 200px", false);
|
||||||
|
addTestCase("200px 200px 0px 200px", false);
|
||||||
|
addTestCase("999px 0px 999px 0px", false);
|
||||||
|
|
||||||
stage.show();
|
stage.show();
|
||||||
Clutter.main();
|
Clutter.main();
|
||||||
stage.destroy();
|
stage.destroy();
|
||||||
|
Loading…
Reference in New Issue
Block a user