]> Pileus Git - ~andy/gtk/commitdiff
tests: Add simple CSS test for widget style properties
authorBenjamin Otte <otte@redhat.com>
Mon, 23 May 2011 05:11:31 +0000 (07:11 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 23 May 2011 13:56:09 +0000 (15:56 +0200)
tests/css/parser/Makefile.am
tests/css/parser/widget-style-property.css [new file with mode: 0644]

index e5ecb4fde7fc6a0f7a5f64c6004b1417bcd76fd7..c2bc6427b6875f1823dd818d9b99e88d29fb9a29 100644 (file)
@@ -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 (file)
index 0000000..4bcb9ea
--- /dev/null
@@ -0,0 +1,3 @@
+a {
+  -MyWidget-myproperty: 42;
+}