[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / properties / multiple-properties.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/properties/multiple-properties.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/properties/multiple-properties.csst
deleted file mode 100644 (file)
index 31283f1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-Support for multiple background properties.
---CSS--
-body {
-       background: linear-gradient(bottom, rgb(153,102,51) 0%, rgb(51,153,102) 30%, rgb(102,51,153) 100%);
-       background: -o-linear-gradient(bottom, rgb(153,102,51) 0%, rgb(51,153,102) 30%, rgb(102,51,153) 100%);
-       background: -moz-linear-gradient(bottom, rgb(153,102,51) 0%, rgb(51,153,102) 30%, rgb(102,51,153) 100%);
-       background: -webkit-linear-gradient(bottom, rgb(153,102,51) 0%, rgb(51,153,102) 30%, rgb(102,51,153) 100%);
-       background: -ms-linear-gradient(bottom, rgb(153,102,51) 0%, rgb(51,153,102) 30%, rgb(102,51,153) 100%);
-}
---EXPECT--
-array (
-  'body' =>
-  array (
-    'background' => 'linear-gradient(bottom,#963 0%,#396 30%,#639 100%)',
-    'background ' => '-o-linear-gradient(bottom,#963 0%,#396 30%,#639 100%)',
-    'background  ' => '-moz-linear-gradient(bottom,#963 0%,#396 30%,#639 100%)',
-    'background   ' => '-webkit-linear-gradient(bottom,#963 0%,#396 30%,#639 100%)',
-    'background    ' => '-ms-linear-gradient(bottom,#963 0%,#396 30%,#639 100%)',
-  ),
-)