diff options
author | Timm Bäder <mail@baedert.org> | 2020-08-29 11:29:55 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-08-29 16:46:28 +0200 |
commit | 7a8d71138f5d081a55ae2b1cae149a4144044128 (patch) | |
tree | 4a64b0e1e701af2ddeb499f7bc9e7917aeed08d3 /tests | |
parent | 2bff84ca6c01c80ee4b179e43ddac2cb74a91969 (diff) | |
download | gtk+-7a8d71138f5d081a55ae2b1cae149a4144044128.tar.gz |
testoutsetshadowdrawing: Make window background white
This makes it easier to compare the rendering with other sources.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testoutsetshadowdrawing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testoutsetshadowdrawing.c b/tests/testoutsetshadowdrawing.c index 9056ed855c..f619d97e3d 100644 --- a/tests/testoutsetshadowdrawing.c +++ b/tests/testoutsetshadowdrawing.c @@ -5,6 +5,7 @@ #define COLOR " red;" static const char *css = +" window { background-color: white; }\n" ".one {" " all: unset;" " min-width: 100px;" |