at-charset-013.html (938B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: Stylesheet encoding via the referring document's encoding (user set)</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 <meta name="flags" content="interact HTMLonly"> 8 <meta name="assert" content="The stylesheet's encoding is determined by the user set referring document's encoding."> 9 <style type="text/css"> 10 @import "support/at-charset-013.css"; 11 div 12 { 13 color: red; 14 } 15 </style> 16 </head> 17 <body> 18 <p>PREREQUISITE: Set the encoding of the page to "Shift-JIS".</p> 19 <p>Test passes if both lines of "Filler Text" below are green.</p> 20 <div class="平和">Filler Text</div> 21 <div id="div2">Filler Text</div> 22 </body> 23 </html>