mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
This extends the null navigable check added in commit
b118c99c27 to include all ancestor and
descendant list lookups. Fixes a crash in the following WPT test:
/cookies/schemeful-same-site/schemeful-navigation.tentative.html
5 lines
80 B
HTML
5 lines
80 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.opener.postMessage("hello", "*");
|
|
</script>
|