blob: a0c86475ca03d61d663dd147c6e33585164a4a7a [file] [log] [blame]
<html>
<head>
<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>