2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / encoding / misplaced-xml-declaration.html
blobb4f559d47043ae3b089b262a55ec69bde98b99f3
1 <?xml version="1.0" encoding="koi8-r"?>
2 <html>
3 <body>
4 Should be your browser default encoding:
5 <script>
6 if (window.layoutTestController)
7 layoutTestController.dumpAsText();
8 document.write(document.characterSet)
9 </script>
10 </body>