mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
9 lines
203 B
HTML
9 lines
203 B
HTML
<!DOCTYPE html>
|
|
<title>これは文字実験です。</title>
|
|
<script>
|
|
function report() {
|
|
window.parent.postMessage(document.characterSet, "*");
|
|
}
|
|
</script>
|
|
<body onload="report();">
|
|
<p>これは文字実験です。</p> |