1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 12:50:35 +00:00
Files
UXP/dom/encoding/test/file_TLD.html
T

8 lines
140 B
HTML

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