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

Unified Diff: LayoutTests/fast/events/touch/touch-scaled-scrolled.html

Issue 1301523006: Fixed layout tests to be scroll order agnostic (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/touch/touch-scaled-scrolled.html
diff --git a/LayoutTests/fast/events/touch/touch-scaled-scrolled.html b/LayoutTests/fast/events/touch/touch-scaled-scrolled.html
index 73675ded433e6862fe916f327c13e72daebf3c13..4785dc490bbef5d01e6238de825cac30b72fa5fc 100644
--- a/LayoutTests/fast/events/touch/touch-scaled-scrolled.html
+++ b/LayoutTests/fast/events/touch/touch-scaled-scrolled.html
@@ -13,9 +13,9 @@ function touched(e) {
}
function runTest() {
+ window.scrollTo(100,100);
majidvp 2015/08/18 20:19:18 Why move this here? client{X,Y} should be independ
bokan 2015/08/19 17:10:45 clientX/Y is relative to the layout viewport, mean
if (window.internals)
window.internals.setPageScaleFactor(2);
- window.scrollTo(100,100);
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698