1 <div class=
"moz-text-flowed" style=
"font-family: -moz-fixed">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=Shift_JIS">
8 <p>Test a particular example of broken markup that was making us ignore a charset declaration.
</p>
10 if (window
.layoutTestController
)
11 layoutTestController
.dumpAsText();
13 var charset
= document
.characterSet
;
15 charset
= document
.charset
;
17 charset
= document
.inputEncoding
;
18 document
.write("Encoding: " + charset
+ " (should be Shift_JIS)");