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