mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
5 lines
128 B
HTML
5 lines
128 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
localStorage.setItem("foo", "barbaz");
|
|
parent.postMessage("local storage set", "*");
|
|
</script>
|