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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html

Issue 2239313002: Hide non-composited native scrollbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
similarity index 54%
copy from third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
copy to third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
index 36d91ef5ab93d82c3f51355b4f0c734d9a1a8db1..ca8749ee428034e5451107c052807296afc17ecf 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
@@ -11,26 +11,20 @@ html, body {
height: 100px;
background-color: lime;
position: relative;
- display: block;
- font-family: "Arial";
- font-size : 12pt;
-}
-.scrollbar {
- background-color: #808080;
- position: absolute;
-}
-.vertical {
- width: 3px;
- height: 92px;
}
</style>
<script>
</script>
</head>
<body>
-<p>You should see 2 green boxes with-out overlay scrollbar.</p>
+<p>You should see 4 green boxes that do not show scrollbars.
+The first two boxes would show overlay scrollbars if they weren't
+hidden (second one with a scrollbar on the left).</p>
+
+<div class="container"></div>
+<div dir="rtl" class="container"></div>
<div class="container"></div>
<div dir="rtl" class="container"></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698