Files
servo/tests/wpt/css-tests/css21_dev/html4/support/charset-unknown.css

8 lines
163 B
CSS

@charset "xxxunknownEncodingxxx";
.hello {
background-color: #00FF00;
font-weight: bold;
color: #00FF00;
font-family: Arial, Helvetica, sans-serif;
}