dom/tests/mochitest/localstorage/frameChromeSlave.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:690810f38f61
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>

mercurial