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

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

Issue 644983002: Revert of Remove Overlay Scrollbar if not scrollable along the axis (patchset #9 id:1140001 of http… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-expected.html
diff --git a/LayoutTests/fast/scrolling/overlay-scrollbars-expected.html b/LayoutTests/fast/scrolling/overlay-scrollbars-expected.html
index 1bca6b06cbb86e53acc0cba96093c3aee6da19d3..de9680b9bc6d367c432eec67bf0925ef5bc8fde7 100644
--- a/LayoutTests/fast/scrolling/overlay-scrollbars-expected.html
+++ b/LayoutTests/fast/scrolling/overlay-scrollbars-expected.html
@@ -29,10 +29,9 @@ html, body {
</script>
</head>
<body>
-<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>
+<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="scrollbar vertical" style="right: 4px; top: 4px;"></div>
<div class="scrollbar horizontal" style="left: 4px; bottom: 4px;"></div>
@@ -42,8 +41,13 @@ Remaining 2 green boxes should appear without overlay scrollbars.
<div class="scrollbar horizontal" style="right: 4px; bottom: 4px;"></div>
</div>
-<div class="container"></div>
-<div dir="rtl" class="container"></div>
-
+<div class="container">
+<div class="scrollbar vertical" style="right: 4px; top: 4px; height: 85px"></div>
+<div class="scrollbar horizontal" style="left: 4px; bottom: 4px; width: 85px"></div>
+</div>
+<div dir="rtl" class="container">
+<div class="scrollbar vertical" style="left: 4px; top: 4px; height: 85px"></div>
+<div class="scrollbar horizontal" style="right: 4px; bottom: 4px; width: 85px"></div>
+</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698