haikuwebkit/LayoutTests/fast/scrolling/rtl-scrollbars-simple.html

15 lines
328 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals) {
internals.settings.setUserInterfaceDirectionPolicy("System");
internals.settings.setSystemLayoutDirection("RTL");
}
</script>
</head>
<body style="height: 1000px;">
This test makes sure that rtl scrollbars are on the left of the main frame.
</body>
</html>