haikuwebkit/LayoutTests/fast/scrolling/v-rl-scrollbars-initial-pos...

8 lines
353 B
HTML

<!DOCTYPE html>
<div style="width: 100px; height: 100px; direction: rtl; overflow: scroll;">
<div style="width: 192px; height: 192px; border: 4px solid black;"></div>
</div>
<div style="width: 100px; height: 100px; direction: ltr; overflow: scroll; margin-top: 1em;">
<div style="width: 192px; height: 192px; border: 4px solid black;"></div>
</div>