Files
ladybird/Tests/LibWeb/Crash/CSS/getComputedStyle-detached-document.html
2026-03-19 14:17:46 +01:00

6 lines
146 B
HTML

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