| <!-- temp --><script language="JavaScript" type="text/JavaScript"> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| |
| document.write ('<SCR' + 'IPT>' + |
| |
| 'window.onload = function () {' + |
| <!-- The letters CCE below are Cyrillic, so we do test that the encoding is correct. --> |
| <!-- We also take an opportunity to test that this weirdly located script actually executes. --> |
| 'document.getElementById("result").innerHTML="SUóóåSS";' + |
| '};' + |
| '</SCR' + 'IPT>');document.close(); </script> |
| <!-- /temp --><!--HEADER--> |
| |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=koi8-r"> |
| </head> |
| <body> |
| <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12165">bug 12165</a>: |
| text encoding problem at jn.sapo.pt</p> |
| <p>Should see a success message below.</p> |
| <div id="result"></div> |
| </body> |
| </html> |