summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/high-bit-latin1.html
blob: ba8e6d63d4611d434d9f7663725e176b207389fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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.layoutTestController)
            layoutTestController.dumpAsText();
        document.write(document.getElementById("t").attributes[1].name == "\u00e0" ? "PASS" : "FAIL");
    </script>
    </p>
</body>
</html>