gtk/tests/reftests/background-window-transparent.css
Benjamin Otte 5e3c2524f8 reftests: Add a test for misrendering of transparent windows
If a widget with a GDK window is set to be transparent in the CSS, it
gets drawn as black instead. This test checks that the fix works.
2012-02-10 11:46:19 +01:00

6 lines
116 B
CSS

@import "reset-to-defaults.css";
GtkWindow { background-color: green; }
#reference * { background-color: green; }