[gtk+] tests: Add simple CSS test for widget style properties



commit a21042c156c86e9d2b886f68b4c8f2d9781c5c3d
Author: Benjamin Otte <otte redhat com>
Date:   Mon May 23 07:11:31 2011 +0200

    tests: Add simple CSS test for widget style properties

 tests/css/parser/Makefile.am               |    3 ++-
 tests/css/parser/widget-style-property.css |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am
index e5ecb4f..c2bc642 100644
--- a/tests/css/parser/Makefile.am
+++ b/tests/css/parser/Makefile.am
@@ -78,4 +78,5 @@ EXTRA_DIST += \
 	selector.ref.css \
 	shorthand.css \
 	shorthand.ref.css \
-	simple.css
+	simple.css \
+	widget-style-property.css
diff --git a/tests/css/parser/widget-style-property.css b/tests/css/parser/widget-style-property.css
new file mode 100644
index 0000000..4bcb9ea
--- /dev/null
+++ b/tests/css/parser/widget-style-property.css
@@ -0,0 +1,3 @@
+a {
+  -MyWidget-myproperty: 42;
+}



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