gecko-dev/dom/encoding/test/file_in_lk_TLD.html

9 строки
203 B
HTML

<!DOCTYPE html>
<title>これは文字実験です。</title>
<script>
function report() {
window.parent.postMessage(document.characterSet, "*");
}
</script>
<body onload="report();">
<p>これは文字実験です。</p>