• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3    <title></title>
4</head>
5<body>
6    <p>
7        Test Latin-1 conversion to String
8    </p>
9    <a id="t" �></a>
10    <p>
11    <script type="text/javascript">
12        if (window.layoutTestController)
13            layoutTestController.dumpAsText();
14        document.write(document.getElementById("t").attributes[1].name == "\u00e0" ? "PASS" : "FAIL");
15    </script>
16    </p>
17</body>
18</html>
19