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

Unified Diff: LayoutTests/fast/forms/select/listbox-nooverlay-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-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
deleted file mode 100644
index 74d8c76ae4612a311c49f4d1746324c002434b1c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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