tests/test-client: Set padding to 0 too

This makes size dependent stacking tests less flaky.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1751>
This commit is contained in:
Jonas Ådahl 2021-03-01 09:15:59 +01:00 committed by Marge Bot
parent 301198a9b8
commit b155063227

View File

@ -912,6 +912,7 @@ main(int argc, char **argv)
"decoration {" "decoration {"
" border-radius: 0 0 0 0;" " border-radius: 0 0 0 0;"
" border-width: 0;" " border-width: 0;"
" padding: 0 0 0 0;"
" box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);" " box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);"
" margin: 0px;" " margin: 0px;"
"}"; "}";