2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / encoding / high-bit-latin1.html
blobba8e6d63d4611d434d9f7663725e176b207389fa
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>