character-encoding-038

Stylesheet encodings: malformed UTF-8

WeasyPrint

This browser

Flags
http

Source

 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&#233;st">This line should be green.</p>
16   <p class="t&#3657;st">This line should be green.</p>
17   <p class="t&#1097;st">This line should be green.</p>
18   <p class="t&#1609;st">This line should be green.</p>
19   <p class="t&#953;st">This line should be green.</p>
20   <p class="t&#1497;st">This line should be green.</p>
21   <p class="t&#1048;st">This line should be green.</p>
22  </body>
23 </html>