Files
servo/tests/wpt/css-tests/css21_dev/xhtml1/support/charset15-nocolon.css

15 lines
350 B
CSS

@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;
}