[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / special / font-face_woff.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/special/font-face_woff.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/special/font-face_woff.csst
new file mode 100644 (file)
index 0000000..6555c5c
--- /dev/null
@@ -0,0 +1,17 @@
+--TEST--
+@font-face rules with woff https://github.com/Cerdic/CSSTidy/issues/issue/1
+--CSS--
+@font-face {
+       font-family: "Unibody8SmallCaps Regular";
+       src:url('fonts/unibody_8-smallcaps-webfont.woff') format('woff');
+}
+--FULLEXPECT--
+array (
+       ' ' => array(
+  '@font-face' => 
+  array (
+    'font-family' => '"Unibody8SmallCaps Regular"',
+    'src' => 'url(fonts/unibody_8-smallcaps-webfont.woff) format("woff")',
+  ),
+  )
+)