diff options
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss')
-rw-r--r-- | theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss deleted file mode 100644 index 474be8d9e8..0000000000 --- a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss +++ /dev/null @@ -1,11 +0,0 @@ -/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-176.html */ - -p { background: red; color: yellow; } -p:not(#other).class:not(.fail).test#id#id { background: green; color: white; } -div { background: green; color: white; } -div:not(#theid).class:not(.fail).test#theid#theid { background: red; color: yellow; } -div:not(#other).notclass:not(.fail).test#theid#theid { background: red; color: yellow; } -div:not(#other).class:not(.test).test#theid#theid { background: red; color: yellow; } -div:not(#other).class:not(.fail).nottest#theid#theid { background: red; color: yellow; } -div:not(#other).class:not(.fail).nottest#theid#other { background: red; color: yellow; } - |