summaryrefslogtreecommitdiff
path: root/tests/style.css
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-03-03 15:55:00 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2015-03-03 15:55:00 -0500
commit30e24b7ca8513d5df727a258e0d9ccc16e16e184 (patch)
treee556192545ac6b5bcf12babc0de45bf8124ff011 /tests/style.css
parente998c88f705a7e4a731d8a4135d59717bd0331a4 (diff)
Support 'dynClass' and 'dynStyle' for <body>
Diffstat (limited to 'tests/style.css')
-rw-r--r--tests/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/style.css b/tests/style.css
new file mode 100644
index 00000000..78b33fc2
--- /dev/null
+++ b/tests/style.css
@@ -0,0 +1,7 @@
+body.style1 {
+ background-color: blue;
+}
+
+body.style2 {
+ background-color: green;
+}