blob: 34484cf613a4d375fd3a054cd5d891ca7297f912 [file] [log] [blame]
<!DOCTYPE html>
<div id=e style="width: 100px; height: 100px; direction: rtl; overflow: scroll;">
<div style="width: 192px; height: 192px; border: 4px solid black;"></div>
</div>
<script>
// Jiggle values around so that assigning 0 to scrollLeft isn't ignored due to
// it already being 0.
e.scrollLeft = -1;
e.scrollLeft = 0;
</script>