Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: LayoutTests/fast/scrolling/overlay-scrollbars.html

Issue 588013002: Remove Overlay Scrollbar if not scrollable along the axis (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: final Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3e53f72678ba2d1b202bc60602fb73eeb414451d 100644
--- a/LayoutTests/fast/scrolling/overlay-scrollbars.html
+++ b/LayoutTests/fast/scrolling/overlay-scrollbars.html
@@ -26,8 +26,8 @@ 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.</p>
<div class="container"><div class="box"></div></div>
<div dir="rtl" class="container"><div class="box"></div></div>

Powered by Google App Engine
This is Rietveld 408576698