summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/parent-selector.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/parent-selector.css')
-rw-r--r--theme-compiler/tests/resources/css/parent-selector.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/css/parent-selector.css b/theme-compiler/tests/resources/css/parent-selector.css
index e7e37e92ab..1aa389f593 100644
--- a/theme-compiler/tests/resources/css/parent-selector.css
+++ b/theme-compiler/tests/resources/css/parent-selector.css
@@ -31,6 +31,14 @@ body.firefox a {
color: blue;
}
-.part.one, .part.two {
+.part.one, .part.two, .part .non-parent {
+ color: blue;
+}
+
+.root .part.one, .root .part .non-parent, .root .part2.one, .root .part2 .non-parent {
+ color: blue;
+}
+
+.root2 .part .one, .root2 .part .non-parent, .root2 .part2 .one, .root2 .part2 .non-parent {
color: blue;
} \ No newline at end of file