gecko/dom/encoding/test/file_TLD.html

8 lines
140 B
HTML

<!DOCTYPE html>
<script>
function report() {
window.parent.postMessage(document.characterSet, "*");
}
</script>
<body onload="report();">