1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="en">
3 <head>
4 <title>CSS Test: Stylesheet encodings: malformed UTF-8</title>
5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/008.html" type="text/html">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
8 <meta content="http" name="flags">
9 <style type="text/css">
10 p { color: white; background: green; }
11 </style>
12 <link rel="stylesheet" href="support/character-encoding-038.css">
13 </head>
14 <body>
15 <p class="tést">This line should be green.</p>
16 <p class="t้st">This line should be green.</p>
17 <p class="tщst">This line should be green.</p>
18 <p class="tىst">This line should be green.</p>
19 <p class="tιst">This line should be green.</p>
20 <p class="tיst">This line should be green.</p>
21 <p class="tИst">This line should be green.</p>
22 </body>
23 </html>