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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/resources/iframe-with-overflow-scrollable-div.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/resources/iframe-with-overflow-scrollable-div.html b/third_party/WebKit/LayoutTests/fast/events/resources/iframe-with-overflow-scrollable-div.html
new file mode 100644
index 0000000000000000000000000000000000000000..9d5dc1da4aade1fb0b1c22a0ae557e23145f42b7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/resources/iframe-with-overflow-scrollable-div.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<style>
+#overflow_div {
+ border: 1px solid black;
+ background-color: lightblue;
+ width: 100px;
+ height: 100px;
+ overflow: scroll;
+}
+</style>
+
+<body>
+<div id="overflow_div" class="overflow_div">
+ <span id="textInFrame"> Try to autoscroll this text.<br> </span>
+PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED PASSED
+</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698