Skip to content

Commit

Permalink
Add test case for removing useless font-face declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Sep 4, 2012
1 parent 21da9ed commit c62f3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cases/font_face_punting.in.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@font-face { src: url(x) }
@font-face { font-family: geneva; src: url(y) }
1 change: 1 addition & 0 deletions test/cases/font_face_punting.out.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@font-face{font-family:geneva;src:url(y)}

0 comments on commit c62f3de

Please sign in to comment.