testoutsetshadowdrawing: Make window background white

This makes it easier to compare the rendering with other sources.
This commit is contained in:
Timm Bäder 2020-08-29 11:29:55 +02:00
parent 2bff84ca6c
commit 7a8d71138f

View File

@ -5,6 +5,7 @@
#define COLOR " red;" #define COLOR " red;"
static const char *css = static const char *css =
" window { background-color: white; }\n"
".one {" ".one {"
" all: unset;" " all: unset;"
" min-width: 100px;" " min-width: 100px;"