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

Unified Diff: LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html
diff --git a/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html
deleted file mode 100644
index 84ccfb697d7fbc1bfdae62ac701d53e1f44b75f0..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-html, body {
- margin: 0;
- padding: 0;
-}
-.sel {
- border: 0;
- width: 100px;
- height: 100px;
- background-color: lime;
- display: block;
-}
-</style>
-<script>
-if (window.internals) {
- testRunner.dumpAsTextWithPixelResults();
- internals.settings.setOverlayScrollbarsEnabled(true);
- internals.settings.setMockScrollbarsEnabled(true);
-}
-</script>
-</head>
-<body>
-<p>You should see 2 green boxes with-out overlay scrollbar.</p>
-
-<div>
-<select multiple class="sel"></select>
-</div>
-<div>
-<select multiple dir="rtl" class="sel"></select>
-</div>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698