diff options
author | Benjamin Otte <otte@redhat.com> | 2011-09-26 22:33:40 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-09-26 22:34:20 +0200 |
commit | 89d16a51239b10abc9b76412c1caefd17bf61285 (patch) | |
tree | 374eb99f0237764e176636c69939fb677c4cf6bb /tests/reftests/Makefile.am | |
parent | c7f2c88b183288c76cda50658c825486f17759d2 (diff) | |
download | gtk+-89d16a51239b10abc9b76412c1caefd17bf61285.tar.gz |
reftests: Add a reftest checking background-color: transparent
Diffstat (limited to 'tests/reftests/Makefile.am')
-rw-r--r-- | tests/reftests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 1b790b6d6f..767a4692d3 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -29,6 +29,9 @@ EXTRA_DIST += \ background-area.css \ background-area.ref.ui \ background-area.ui \ + background-color-transparent.css \ + background-color-transparent.ref.ui \ + background-color-transparent.ui \ border-color-default.css \ border-color-default.ref.ui \ border-color-default.ui \ |