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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id="div" style="overflow: hidden; width: 200px; height: 200px;">
3 <div style="background-color: green; height: 3000px; width: 100px"></div>
4 </div>
5 <iframe srcdoc="
6 <style>::-webkit-scrollbar { display: none; }</style>
7 <div style='background-color: red; height: 3000px; width: 100px'></div>"
8 id="iframe",
9 width="200",
10 height="200",
11 scrolling="no"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698