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

Unified Diff: LayoutTests/fast/forms/select/listbox-overlay-scrollbar-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/forms/select/listbox-overlay-scrollbar-expected.html
diff --git a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html
index 30acaf3b5181a2a0e894aedfb13a6e3c232d9e0a..d79093c794931cecd00ad4bb57d51a8ab994171a 100644
--- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html
+++ b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html
@@ -11,9 +11,6 @@ html, body {
height: 100px;
background-color: lime;
position: relative;
- display: block;
- font-family: "Arial";
- font-size : 12pt;
}
.scrollbar {
background-color: #808080;
@@ -32,19 +29,9 @@ html, body {
should have a scrollbar on the left.</p>
<div class="container">
-<option>foo1</option>
-<option>foo2</option>
-<option>foo3</option>
-<option>foo4</option>
-<option>foo5</option>
<div class="scrollbar vertical" style="right: 4px; top: 4px;"></div>
</div>
<div dir="rtl" class="container">
-<option>foo1</option>
-<option>foo2</option>
-<option>foo3</option>
-<option>foo4</option>
-<option>foo5</option>
<div class="scrollbar vertical" style="left: 4px; top: 4px;"></div>
</div>
</body>
« no previous file with comments | « LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html ('k') | LayoutTests/fast/scrolling/overlay-scrollbars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698