[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / same-merge-siblings.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/same-merge-siblings.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/same-merge-siblings.csst
deleted file mode 100644 (file)
index abfdff5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---TEST--
-merge multiples siblings occurences of same seletor
---SETTINGS--
-merge_selectors = 0
---CSS--
-h1,h2 {font-size:1em;}
-h1 {display: inherit;}
-h1 {font-size:2em;}
---EXPECT--
-array (
-  'h1,h2' => 
-  array (
-    'font-size' => '1em',
-  ),
-  'h1' => 
-  array (
-    'display' => 'inherit',
-    'font-size' => '2em',
-  ),
-)