tests: Add simple CSS test for widget style properties

This commit is contained in:
Benjamin Otte 2011-05-23 07:11:31 +02:00
parent 7de5a4e08d
commit a21042c156
2 changed files with 5 additions and 1 deletions

View File

@ -78,4 +78,5 @@ EXTRA_DIST += \
selector.ref.css \
shorthand.css \
shorthand.ref.css \
simple.css
simple.css \
widget-style-property.css

View File

@ -0,0 +1,3 @@
a {
-MyWidget-myproperty: 42;
}