blob: c2e6fb8516e51c64bb2f19e8856c575b19852ac7 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ MockScrollbarsEnabled=false ] -->
<html>
<head>
<script>
if (window.internals) {
internals.settings.setUserInterfaceDirectionPolicy("System");
internals.settings.setSystemLayoutDirection("RTL");
}
</script>
</head>
<body>
<div style="width: 200px; height: 200px; position: relative; overflow: scroll;">
<div style="width: 1px; height: 2000px; position: absolute; left: 0px; top: 0px;"></div>
</div>
<div style="width: 1px; height: 2000px; position: absolute; left: 0px; top: 0px;"></div>
</body>
<html>