Files
ladybird/Tests/LibWeb/Crash/HTML/getComputedStyle-of-view-transition-while-inactive.html

6 lines
127 B
HTML

<!DOCTYPE html>
<body></body>
<script>
getComputedStyle(document.documentElement, '::view-transition-group(*)');
</script>