reftests: Fix textview-tags test

The test was timeouting on X11.

I'm still not sure it does what it should do, but at least that
problem's gone.
This commit is contained in:
Benjamin Otte 2019-03-29 08:15:23 +01:00
parent b88c9439aa
commit e5e516468a

View File

@ -1,6 +1,6 @@
@import "reset-to-defaults.css";
GtkTextView {
textview {
color: yellow;
background-color: yellow;
}