dom/tests/mochitest/localstorage/frameChromeSlave.html

changeset 0
6474c204b198
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