summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/scripts/test-script-model.json
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace ClutterRectangle with ClutterActorGeorges Basile Stavracas Neto2020-06-271-3/+3
| | | | | | | | | These tests were written (and copy-pasted) before ClutterActor had an actual background-color property. As a preparation to the removal of ClutterRectangle, replace all these rectangles with plain actors and background colors. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
* clutter: Move tests to src/testsCarlos Garnacho2019-08-241-0/+17
Clutter doesn't hold anymore backend implementations, move tests where we have one that we may assign. https://gitlab.gnome.org/GNOME/mutter/merge_requests/672