comparison: dom/encoding/test/file_TLD.html
dom/encoding/test/file_TLD.html
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <script> |
|
3 function report() { |
|
4 window.parent.postMessage(document.characterSet, "*"); |
|
5 } |
|
6 </script> |
|
7 <body onload="report();"> |