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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/resources/iframe-with-overflow-scrollable-div.html

Issue 1461473002: Ensure that the auto scroll state in the AutoscrollController is cleared if the scroll operation cl… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to fix layout test redness Created 5 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 <style>
3 #overflow_div {
4 border: 1px solid black;
5 background-color: lightblue;
6 width: 100px;
7 height: 100px;
8 overflow: scroll;
9 }
10 </style>
11
12 <body>
13 <div id="overflow_div" class="overflow_div">
14 <span id="textInFrame"> Try to autoscroll this text.<br> </span>
15 PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED
16 </div>
17 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698