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(); |