at-charset-005.xht (1123B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: HTTP charset over set referring code page (windows-1252)</title> 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" /> 7 <link rel="match" href="at-charset-001-ref.xht"/> 8 <meta name="flags" content="http" /> 9 <meta name="assert" content="The HTTP charset setting overrides the charset designation in the referring document's meta tag." /> 10 <meta http-equiv="Content-Type" content="text/html; windows-1252" /> 11 <style type="text/css"> 12 @import "support/at-charset-003.css"; 13 div 14 { 15 color: red; 16 } 17 </style> 18 </head> 19 <body> 20 <p>Test passes if both lines of "Filler Text" below are green.</p> 21 <div class="平和">Filler Text</div> 22 <div id="div2">Filler Text</div> 23 </body> 24 </html>