[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / universal.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/universal.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/universal.csst
new file mode 100644 (file)
index 0000000..ccb8db2
--- /dev/null
@@ -0,0 +1,11 @@
+--TEST--
+Universal selector
+--CSS--
+* {display: inherit;}
+--EXPECT--
+array (
+  '*' => 
+  array (
+    'display' => 'inherit',
+  ),
+)
\ No newline at end of file