haikuwebkit/LayoutTests/scrollbars/scrollbar-scrollbarparts-re...

19 lines
473 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body::-webkit-scrollbar {
font-feature-settings: "a bc";
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body style="-webkit-animation: move 1249008099s 471976428s linear backwards; border-bottom: solid mintcream 214em;">
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=86162">bug 86162</a>:
This test passes if there is no crash when scrollbar's style changes.
</body>
</html>