Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/syntax/character-encoding-031.xht - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test: Stylesheet encodings: ISO-8859-1</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html" type="text/html"/>
<meta name="flags" content="http" />
<style type="text/css">
p { background: red; color: yellow; }
</style>
<link rel="stylesheet" href="support/character-encoding-031.css"/>
<link rel="match" href="character-encoding-041-ref.xht" />
</head>
<body>
<p class="tést">This line should be green.</p>
</body>
</html>