diff options
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss')
-rw-r--r-- | theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss deleted file mode 100644 index 514e4c3a8c..0000000000 --- a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss +++ /dev/null @@ -1,4 +0,0 @@ -/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-6.html */ -address { background-color : red } -address[title="foo"] { background-color : lime } -span[title="a"] { background-color : red } |