ladybird/Tests/LibWeb/Crash/CSS/getComputedStyle-detached-document-body.html

5 lines
135 B
HTML

<!DOCTYPE html>
<script>
var doc = document.implementation.createHTMLDocument("");
getComputedStyle(doc.body).color;
</script>