forked from AuroraMiddleware/gtk
tests: Add simple CSS test for widget style properties
This commit is contained in:
parent
7de5a4e08d
commit
a21042c156
@ -78,4 +78,5 @@ EXTRA_DIST += \
|
||||
selector.ref.css \
|
||||
shorthand.css \
|
||||
shorthand.ref.css \
|
||||
simple.css
|
||||
simple.css \
|
||||
widget-style-property.css
|
||||
|
3
tests/css/parser/widget-style-property.css
Normal file
3
tests/css/parser/widget-style-property.css
Normal file
@ -0,0 +1,3 @@
|
||||
a {
|
||||
-MyWidget-myproperty: 42;
|
||||
}
|
Loading…
Reference in New Issue
Block a user