[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / properties / preserve-merging.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/properties/preserve-merging.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/properties/preserve-merging.csst
deleted file mode 100644 (file)
index 67cc6cc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---TEST--
-Preserve merging of properties issue/2
---CSS--
-div {
-       display:block;
-       display:inline-block;
-}
-.gradient {
-       background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.15, rgba(215,240,240,0.9)), color-stop(0.5, rgba(235,250,250,0)));
-       background-image: -moz-linear-gradient(bottom,rgba(215,240,240,0.9),rgba(235,250,250,0)) #ebf7f9;
-}
---EXPECT--
-array (
-  'div' => 
-  array (
-    'display' => 'block',
-    'display ' => 'inline-block',
-  ),
-  '.gradient' => 
-  array (
-    'background-image' => '-webkit-gradient(linear,left bottom,left top,color-stop(0.15,rgba(215,240,240,0.9)),color-stop(0.5,rgba(235,250,250,0)))',
-    'background-image ' => '-moz-linear-gradient(bottom,rgba(215,240,240,0.9),rgba(235,250,250,0)) #ebf7f9',
-  ),
-)
---SETTINGS--
-discard_invalid_properties=false
-optimise_shorthands=0
-css_level='CSS21'