Update tests for charset changes.

This commit is contained in:
Chris Eppstein 2010-10-11 01:58:20 -07:00
parent 03ebd5dd98
commit 11b36a3831
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
.hbox { .hbox {
display: -moz-box; display: -moz-box;
display: -webkit-box; display: -webkit-box;

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
@font-face { @font-face {
font-family: "font1"; font-family: "font1";
src: local("☺"), url('/tmp/fonts/font1.woff') format('woff'); } src: local("☺"), url('/tmp/fonts/font1.woff') format('woff'); }

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
.linear-1 { .linear-1 {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%); background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);