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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out-expected.html
diff --git a/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out-expected.html b/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0f757192c86b5946279f45ef31c4c9a03368c2a1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<iframe srcdoc="
+ <div id='target' style='overflow:hidden; width:300px; height:300px'>
+ <div style='height:2000px; width:100px; background-color:green'>
+ </div>
+ </div>"
+ id="iframe" width="400" height="400" scrolling="yes"></iframe>

Powered by Google App Engine
This is Rietveld 408576698