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

Unified Diff: LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.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: 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-nooverlay-scrollbar-expected.html b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..74d8c76ae4612a311c49f4d1746324c002434b1c
--- /dev/null
+++ b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+html, body {
+ margin: 0;
+ padding: 0;
+}
+.container {
+ width: 100px;
+ height: 100px;
+ background-color: lime;
+ position: relative;
+}
+</style>
+<script>
+</script>
+</head>
+<body>
+<p>You should see 2 green boxes with-out overlay scrollbar.</p>
+
+<div class="container"></div>
+<div dir="rtl" class="container"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698