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

Unified Diff: LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html

Issue 643933002: Remove Overlay Scrollbar if not scrollable along the axis (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to TOT 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/forms/select/listbox-nooverlay-scrollbar-expected.html
diff --git a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
similarity index 53%
copy from LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html
copy to LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
index d79093c794931cecd00ad4bb57d51a8ab994171a..36d91ef5ab93d82c3f51355b4f0c734d9a1a8db1 100644
--- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html
+++ b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
@@ -11,6 +11,9 @@ html, body {
height: 100px;
background-color: lime;
position: relative;
+ display: block;
+ font-family: "Arial";
+ font-size : 12pt;
}
.scrollbar {
background-color: #808080;
@@ -25,14 +28,9 @@ html, body {
</script>
</head>
<body>
-<p>You should see 2 green boxes with overlay scrollbar. The second box
-should have a scrollbar on the left.</p>
+<p>You should see 2 green boxes with-out overlay scrollbar.</p>
-<div class="container">
-<div class="scrollbar vertical" style="right: 4px; top: 4px;"></div>
-</div>
-<div dir="rtl" class="container">
-<div class="scrollbar vertical" style="left: 4px; top: 4px;"></div>
-</div>
+<div class="container"></div>
+<div dir="rtl" class="container"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698