Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>