Index: LayoutTests/fast/scrolling/overlay-scrollbars.html |
diff --git a/LayoutTests/fast/scrolling/overlay-scrollbars.html b/LayoutTests/fast/scrolling/overlay-scrollbars.html |
index db94e209a1e2ed82a7e11d9eb27a6c0647fb34b1..39ca3bd2998a862bfac10af0c36265006438d8c9 100644 |
--- a/LayoutTests/fast/scrolling/overlay-scrollbars.html |
+++ b/LayoutTests/fast/scrolling/overlay-scrollbars.html |
@@ -28,7 +28,11 @@ if (window.internals) { |
<body> |
<p>You should see 2 green boxes with overlay scrollbars. The second box |
should have a scrollbar on the left.</p> |
+ |
<div class="container"><div class="box"></div></div> |
<div dir="rtl" class="container"><div class="box"></div></div> |
+ |
+<div class="container" style="overflow: scroll"></div> |
+<div dir="rtl" class="container" style="overflow: scroll"></div> |
</body> |
</html> |