[gtk+] tests: Add simple CSS test for widget style properties
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] tests: Add simple CSS test for widget style properties
- Date: Mon, 23 May 2011 14:04:05 +0000 (UTC)
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]