comparison: dom/tests/mochitest/localstorage/frameChromeSlave.html
dom/tests/mochitest/localstorage/frameChromeSlave.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <body> |
|
4 <span id="data"></span> |
|
5 <script> |
|
6 var span = document.getElementById("data"); |
|
7 span.innerHTML = localStorage.chromekey |
|
8 </script> |
|
9 </body> |