mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-27 19:29:52 +00:00
We were missing this spec step, which meant that the created document had no origin, causing a crash when accessed for same-origin checks.
4 lines
70 B
HTML
4 lines
70 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
let d = new Document().domain;
|
|
</script>
|