summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css
blob: 690a46995aa428dfff5e36223f9f2b47d0bdf017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@charset "iso-8859-15"
dummy { font-family: serif; } /* provides a colon to make the important stuff work */
span {
	background-color: #00FF00;
	font-weight: bold;
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	}
.ýäè {
	background-color: #FF0000;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	}