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

Unified Diff: LayoutTests/fast/events/scroll-event-does-not-bubble.html

Issue 416403013: Remove Element.scrollByLines() and Element.scrollByPages() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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: LayoutTests/fast/events/scroll-event-does-not-bubble.html
diff --git a/LayoutTests/fast/events/scroll-event-does-not-bubble.html b/LayoutTests/fast/events/scroll-event-does-not-bubble.html
index a89b35718b203174ddb73593d65678253e64a170..5e40d20f96391dd89142b15ccceffb73078ca5e3 100644
--- a/LayoutTests/fast/events/scroll-event-does-not-bubble.html
+++ b/LayoutTests/fast/events/scroll-event-does-not-bubble.html
@@ -34,7 +34,7 @@ function runTest() {
div.onscroll = divScrolled;
window.onscroll = windowScrolled;
- div.scrollByLines(1);
+ div.scrollTop = 1;
}
</script>

Powered by Google App Engine
This is Rietveld 408576698