Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
LayoutTests
/
fast
/
encoding
/
resources
/
softbank-sjis-iframe.html
blob: a9e644ee26dc171c07cd5ee98ab4b55c2411de8c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
softbank-sjis
>
</head>
<body>
<script>
parent
.
shouldBe
(
"document.characterSet"
,
"'UTF-8'"
);
parent
.
shouldBe
(
"'\xe9'"
,
"'é'"
);
</script>
</body>
</html>