Index: LayoutTests/fast/scrolling/overlay-scrollbars.html |
diff --git a/LayoutTests/fast/scrolling/overlay-scrollbars.html b/LayoutTests/fast/scrolling/overlay-scrollbars.html |
index fb4bd6ce62ec3792f6d29a556bccff79c029d199..b4f315f6b88c4fc8cd8dd1344f653981bee47478 100644 |
--- a/LayoutTests/fast/scrolling/overlay-scrollbars.html |
+++ b/LayoutTests/fast/scrolling/overlay-scrollbars.html |
@@ -26,8 +26,10 @@ if (window.internals) { |
</script> |
</head> |
<body> |
-<p>You should see 2 green boxes with overlay scrollbars. The second box |
-should have a scrollbar on the left.</p> |
+<p>You should see first 2 green boxes with overlay scrollbars. |
+The second box should have a scrollbar on the left. |
+Remaining 2 green boxes should appear without overlay scrollbars. |
+</p> |
<div class="container"><div class="box"></div></div> |
<div dir="rtl" class="container"><div class="box"></div></div> |