[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / font-weight-general.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/font-weight-general.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/font-weight-general.csst
deleted file mode 100644 (file)
index f1f9b84..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---TEST--
-Test font-weight optimization (full)
---CSS--
-a { 
-    font-weight: bold;
-}
-b { 
-    font-weight: normal;
-}
---EXPECT--
-array (
-  'a' => 
-  array (
-    'font-weight' => '700',
-  ),
-  'b' => 
-  array (
-    'font-weight' => '400',
-  ),
-)
---SETTINGS--
-compress_font-weight=true
\ No newline at end of file