ladybird/Tests/LibWeb/Text/input/css/unknown-pseudo-elements-crash.html

9 lines
210 B
HTML
Raw Normal View History

2025-03-18 19:28:35 +01:00
<!DOCTYPE html>
<script src="../include.js"></script>
<script>
test(() => {
getComputedStyle(document.body, "::-webkit-scrollbar").display;
println("PASS (didn't crash)");
});
</script>