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