repo.or.cz
/
webkit
/
qt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git]
/
LayoutTests
/
fast
/
encoding
/
misplaced-xml-declaration.html
blob
b4f559d47043ae3b089b262a55ec69bde98b99f3
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>