dom/encoding/test/file_TLD.html

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:c3569f6e1dc9
1 <!DOCTYPE html>
2 <script>
3 function report() {
4 window.parent.postMessage(document.characterSet, "*");
5 }
6 </script>
7 <body onload="report();">

mercurial