Dactyloidae/dom/tests/mochitest/localstorage/frameLocalStorageSessionOnly.html

8 lines
156 B
HTML

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