summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset-unknown.css
blob: dbc2ae45e345e04c53e7aea81b80146ce9d8ee51 (plain)
1
2
3
4
5
6
7
@charset "xxxunknownEncodingxxx";
.hello {
	background-color: #00FF00;
	font-weight: bold;
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	}