2008-11-11 19:36:20 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-01-27 15:46:48 -08:00
|
|
|
<title>CSS 2.1 Test Suite: @charset</title>
|
|
|
|
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
|
|
|
|
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
|
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset"/>
|
|
|
|
<meta name="flags" content="" />
|
2008-11-11 19:36:20 -08:00
|
|
|
<style type="text/css">
|
|
|
|
body { color: green; }
|
|
|
|
</style>
|
|
|
|
<link rel="stylesheet" type="text/css" charset="us-ascii"
|
2010-01-27 15:46:48 -08:00
|
|
|
href="test-charset-quotes.css" />
|
2008-11-11 19:36:20 -08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
This should be green
|
|
|
|
</body>
|
2010-01-27 15:46:48 -08:00
|
|
|
</html>
|
2008-11-11 19:36:20 -08:00
|
|
|
|