mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
210 B
HTML
9 lines
210 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
getComputedStyle(document.body, "::-webkit-scrollbar").display;
|
|
println("PASS (didn't crash)");
|
|
});
|
|
</script>
|