test_bug213517.html (724B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=213517 5 --> 6 <head> 7 <meta charset="x-user-defined"> 8 <title>Test for Bug 213517</title> 9 <script src="/tests/SimpleTest/SimpleTest.js"></script> 10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 11 <script type="application/javascript"> 12 13 /** Test for Bug 213517 */ 14 15 is(document.characterSet, "windows-1252", "x-user-defined in <meta> should have gotten mapped to windows-1252"); 16 17 18 19 </script> 20 </head> 21 <body> 22 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=213517">Mozilla Bug 213517</a> 23 <p id="display"></p> 24 <div id="content" style="display: none"> 25 26 </div> 27 <pre id="test"> 28 </pre> 29 </body> 30 </html>