diff options
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss')
-rw-r--r-- | theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss deleted file mode 100644 index 4482386911..0000000000 --- a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss +++ /dev/null @@ -1,17 +0,0 @@ -/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-27a.html */ - -:root:first-child { background-color: red; } -:root:last-child { background-color: red; } -:root:only-child { background-color: red; } -:root:nth-child(1) { background-color: red; } -:root:nth-child(n) { background-color: red; } -:root:nth-last-child(1) { background-color: red; } -:root:nth-last-child(n) { background-color: red; } -:root:first-of-type { background-color: red; } -:root:last-of-type { background-color: red; } -:root:only-of-type { background-color: red; } -:root:nth-of-type(1) { background-color: red; } -:root:nth-of-type(n) { background-color: red; } -:root:nth-last-of-type(1) { background-color: red; } -:root:nth-last-of-type(n) { background-color: red; } -p { color: green; } |