Mypal/dom/tests/mochitest/localstorage/frameLocalStorageSessionOnly.html
2019-03-11 13:26:37 +03:00

9 lines
156 B
HTML

<!doctype html>
<html>
<body>
<script>
parent.postMessage(SpecialPowers.wrap(localStorage).isSessionOnly, "*");
</script>
</body>
</html>