blob: a8805c1ada12012cbf6859d3b2b68469f2bd5571 [file] [log] [blame]
<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>