[gtk+] Forgotten file



commit f7a93c015cc27834810484ab6b69bbc6734a862b
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 3 11:59:15 2016 -0500

    Forgotten file
    
    I forgot to add this file to source control when the new tests
    were initially added.

 testsuite/css/style/Makefile.am           |    5 ++++-
 testsuite/css/style/reset-to-defaults.css |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/css/style/Makefile.am b/testsuite/css/style/Makefile.am
index 7a2c875..d7e7172 100644
--- a/testsuite/css/style/Makefile.am
+++ b/testsuite/css/style/Makefile.am
@@ -47,7 +47,10 @@ test_files = $(test_in_files:.test.in=.test)
 $(test_files): %.test: %.test.in
         $(AM_V_GEN) sed $(substitutions) $< > $  tmp && mv $  tmp $@
 
-EXTRA_DIST += $(test_files)
+EXTRA_DIST += \
+       reset-to-defaults.css   \
+       $(test_files)           \
+       $(NULL)
 
 CLEANFILES += $(test_files)
 
diff --git a/testsuite/css/style/reset-to-defaults.css b/testsuite/css/style/reset-to-defaults.css
new file mode 100644
index 0000000..a739419
--- /dev/null
+++ b/testsuite/css/style/reset-to-defaults.css
@@ -0,0 +1,3 @@
+* {
+  all: unset;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]