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

Side by Side Diff: third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out-expected.html

Issue 2505253002: Set scrollbar enabled state for overflow:auto. (Closed)
Patch Set: Rebase 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 <iframe srcdoc="
3 <div id='target' style='overflow:hidden; width:300px; height:300px'>
4 <div style='height:2000px; width:100px; background-color:green'>
5 </div>
6 </div>"
7 id="iframe" width="400" height="400" scrolling="yes"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698