character-encoding-010

html iso1

WeasyPrint

This browser

Flags
http
Assertion
The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.

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 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>CSS Test: html iso1</title>
 5 <link rel="author" title="Richard Ishida" href="http://rishida.net">
 6 <!-- placeholdercomment -->
 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
 8 <link rel="alternate" href="http://www.w3.org/International/tests/tests-html-css/tests-character-encoding/generate?test=27">
 9 <meta name="flags" content="http">
10 <meta name="assert" content="The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.">
11 <style type="text/css">
12 /* the CSS below is not part of the test */
13 .test { font-size: 40px; }
14 .test img { vertical-align: middle;  }
15 .test td { padding-right: 60px; }
16 </style>
17 <link rel="stylesheet" type="text/css" href="support/none.css">
18 </head>
19 <body>
20 <p class="instructions">Test passes if there is a green rectangle below.</p>
21 
22 
23 <div class="test"><span class="ýäè">text</span></div>
24 
25 
26 <!--p class="notes">Notes: <br />The HTML page is served as ISO 8859-1. The CSS file has no encoding set or BOM.</p-->
27 </body>
28 </html>