<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.internals) { | |
internals.settings.setUserInterfaceDirectionPolicy("View"); | |
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> |