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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html

Issue 1724103002: Reverting changes that made window.scroll properties relative to the layout viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
index 2b1b8d11098ab73258054fa681cd22e4294cff53..42fd11d271727b6f4b7196a2a4e01fb84d56bf79 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
@@ -11,8 +11,7 @@
function scroll() {
// Fully scroll to bring the fixed pos rect into view.
- eventSender.mouseMoveTo(100, 100);
- eventSender.continuousMouseScrollBy(-500, -1700);
+ window.scrollTo(500, 1700);
}
function scaleWithEventSender() {

Powered by Google App Engine
This is Rietveld 408576698