summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/localstorage/frameLocalStorageSessionOnly.html
blob: f6c7f0291f41513fb8e0785370206694c6f6209c (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
  <body>
    <script>
      parent.postMessage(SpecialPowers.wrap(localStorage).isSessionOnly, "*");
    </script>
  </body>
</html>