[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / background-noopt.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/background-noopt.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/background-noopt.csst
deleted file mode 100644 (file)
index 8f5191f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-Test general background optimization
---CSS--
-a { 
-    background-color: white;
-    background-image: url(123);
-    background-repeat: no-repeat;
-    background-position: 1px 1px;
-    background-attachment: scroll;
-}
---EXPECT--
-array (
-  'a' => 
-  array (
-    'background-color' => '#fff',
-    'background-image' => 'url(123)',
-    'background-repeat' => 'no-repeat',
-    'background-position' => '1px 1px',
-    'background-attachment' => 'scroll',
-  ),
-)
---SETTINGS--
-optimise_shorthands=1
\ No newline at end of file