mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02: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.
5 lines
70 B
HTML
5 lines
70 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
let d = new Document().domain;
|
|
</script>
|