<html> | |
<head> | |
<meta charset="windows-1252"> | |
<title></title> | |
</head> | |
<body> | |
<p> | |
Test Latin-1 conversion to String | |
</p> | |
<a id="t" à></a> | |
<p> | |
<script type="text/javascript"> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
document.write(document.getElementById("t").attributes[1].name == "\u00e0" ? "PASS" : "FAIL"); | |
</script> | |
</p> | |
</body> | |
</html> |