[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / merge-preserve.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/merge-preserve.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/merge-preserve.csst
deleted file mode 100644 (file)
index dc7d80a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-Merge selectors optimization off
---SETTINGS--
-merge_selectors = 0
---CSS--
-h1 {display: inherit;}
-h2 {display: inherit;}
-h3 {display: inherit;}
---EXPECT--
-array (
-  'h1' => 
-  array (
-    'display' => 'inherit',
-  ),
-  'h2' => 
-  array (
-    'display' => 'inherit',
-  ),
-  'h3' => 
-  array (
-    'display' => 'inherit',
-  ),
-)