mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
8 lines
140 B
HTML
8 lines
140 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
function report() {
|
|
window.parent.postMessage(document.characterSet, "*");
|
|
}
|
|
</script>
|
|
<body onload="report();">
|