From a5412c02746a2cddc289b002cb6667bfc7028950 Mon Sep 17 00:00:00 2001 From: Mika Murtojarvi Date: Tue, 5 Nov 2013 11:20:21 +0200 Subject: Sass, the handling of selectors containing multiple #-symbols (#12832) After the first commit, a test case has been downloaded and added to w3ctests. The indentation of a production was also changed in an attempt to more clearly express its meaning. Change-Id: I32356d1fcbafada982a5d3e22f0821e554cc6c8a --- .../tests/resources/w3ctests/scss/css3-modsel-15b.0.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15b.0.scss (limited to 'theme-compiler/tests/resources') diff --git a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15b.0.scss b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15b.0.scss new file mode 100644 index 0000000000..b2fb3ac6ae --- /dev/null +++ b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15b.0.scss @@ -0,0 +1,9 @@ +/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-15b.html */ + +p { background: green; color: white; } +#test#fail { background: red; color: yellow; } +#fail#test { background: red; color: yellow; } +#fail { background: red; color: yellow; } +div { background: red; color: yellow; } +#pass#pass { background: green; color: white; } + -- cgit v1.2.3