From cc5252a98ef538690250fab9952cb44dbb00fb12 Mon Sep 17 00:00:00 2001 From: Haijian Wang Date: Tue, 19 Feb 2013 12:43:26 +0200 Subject: Selector now can begin with a combinator. (Ticket #10754) Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261 --- .../resources/automatic/css/nested-selector-begin-with-plus.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css (limited to 'theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css') diff --git a/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css b/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css new file mode 100644 index 0000000000..fa8d2861a6 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css @@ -0,0 +1,9 @@ +.v-panel { + display: block; + max-width: 84em; + margin: auto; +} + +.v-panel + .abc { + margin-top: 1em; +} \ No newline at end of file -- cgit v1.2.3