[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / link.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/link.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/link.csst
new file mode 100644 (file)
index 0000000..22f763b
--- /dev/null
@@ -0,0 +1,11 @@
+--TEST--
+Not-visited link selector
+--CSS--
+a:link {display: inherit;}
+--EXPECT--
+array (
+  'a:link' => 
+  array (
+    'display' => 'inherit',
+  ),
+)