Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
fast
/
encoding
/
misplaced-xml-declaration.html
blob: b4f559d47043ae3b089b262a55ec69bde98b99f3 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"koi8-r"
?>
<html>
<body>
Should be your browser default encoding:
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
document
.
write
(
document
.
characterSet
)
</script>
</body>