summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss')
-rw-r--r--theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss b/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss
deleted file mode 100644
index c10cdd2dfd..0000000000
--- a/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-161.html */
-
- p { background: lime; }
- p * { background: lime; }
- p > * { background: lime; }
- p + * { background: lime; }
- p ~ * { background: lime; }
-
- /* let's try some pseudos that are not valid CSS but are likely to
- be implemented as extensions in some UAs. These should not be
- recognised, as UAs implementing such extensions should use the
- :-vnd-ident syntax. */
-
- :canvas { background: red; }
- :viewport { background: red; }
- :window { background: red; }
- :menu { background: red; }
- :table { background: red; }
- :select { background: red; }
- ::canvas { background: red; }
- ::viewport { background: red; }
- ::window { background: red; }
- ::menu { background: red; }
- ::table { background: red; }
- ::select { background: red; }
-