dom/encoding/test/file_TLD.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
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