comparison: dom/encoding/test/file_TLD.html
dom/encoding/test/file_TLD.html
- changeset 0
- 6474c204b198
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();"> |