[gtk+] reftests: Make reset css include new CSS properties



commit d7992d0f4ec922b458b091ec315fe4dfa2f18f21
Author: Benjamin Otte <otte redhat com>
Date:   Tue May 1 19:23:29 2012 +0200

    reftests: Make reset css include new CSS properties

 tests/reftests/reset-to-defaults.css |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/tests/reftests/reset-to-defaults.css b/tests/reftests/reset-to-defaults.css
index 671b971..1c27a8e 100644
--- a/tests/reftests/reset-to-defaults.css
+++ b/tests/reftests/reset-to-defaults.css
@@ -25,32 +25,41 @@
   padding-left: initial;
   padding-bottom: initial;
   padding-right: initial;
+  border-top-style: initial;
   border-top-width: initial;
+  border-left-style: initial;
   border-left-width: initial;
+  border-bottom-style: initial;
   border-bottom-width: initial;
+  border-right-style: initial;
   border-right-width: initial;
   border-top-left-radius: initial;
   border-top-right-radius: initial;
   border-bottom-right-radius: initial;
   border-bottom-left-radius: initial;
-  border-top-style: initial;
-  border-left-style: initial;
-  border-bottom-style: initial;
-  border-right-style: initial;
+  outline-style: initial;
+  outline-width: initial;
+  outline-offset: initial;
   background-clip: initial;
   background-origin: initial;
+  background-size: initial;
+  background-position: initial;
   border-top-color: initial;
   border-right-color: initial;
   border-bottom-color: initial;
   border-left-color: initial;
+  outline-color:  initial;
   background-repeat: initial;
   background-image: initial;
   border-image-source: initial;
   border-image-repeat: initial;
   border-image-slice: initial;
   border-image-width: initial;
+  transition-property: initial;
+  transition-duration: initial;
+  transition-timing-function: initial;
+  transition-delay: initial;
   engine: initial;
-  transition: initial;
   gtk-key-bindings: initial;
 
   -GtkWidget-focus-line-width: 0;



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