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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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.html
diff --git a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
index ea8ed85f478dbb9ca3b7e4611e9798e189489cdb..f34a20fb30525fb4a1d31bea138b57ba30e78366 100644
--- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
+++ b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
@@ -11,6 +11,7 @@ html, body {
width: 100px;
height: 100px;
background-color: lime;
+ display: block;
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698