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

Unified Diff: third_party/WebKit/LayoutTests/scrollbars/hidden-scrollbars-invisible-expected.html

Issue 2509843004: Disable overlay scrollbars to hide them on non-Mac. (Closed)
Patch Set: Renamed to shouldDisableInvisibleScrollbars Created 4 years, 1 month 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/scrollbars/hidden-scrollbars-invisible-expected.html
diff --git a/third_party/WebKit/LayoutTests/scrollbars/hidden-scrollbars-invisible-expected.html b/third_party/WebKit/LayoutTests/scrollbars/hidden-scrollbars-invisible-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..40d2ab7e0b57f27ce5fbcd314f3850fedd3b8cc4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/scrollbars/hidden-scrollbars-invisible-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<div id="div" style="overflow: hidden; width: 200px; height: 200px;">
+ <div style="background-color: green; height: 3000px; width: 100px"></div>
+</div>
+<iframe srcdoc="
+ <style>::-webkit-scrollbar { display: none; }</style>
+ <div style='background-color: red; height: 3000px; width: 100px'></div>"
+ id="iframe",
+ width="200",
+ height="200",
+ scrolling="no"></iframe>

Powered by Google App Engine
This is Rietveld 408576698