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

Unified Diff: LayoutTests/fast/css/sticky/sticky-top-zoomed.html

Issue 18546003: Fix tests to avoid page scale reset when setting page scale. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove internals.setPageScaleFactor, rename eventSender.scalePageBy. Created 7 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/css/sticky/sticky-top-zoomed.html
diff --git a/LayoutTests/fast/css/sticky/sticky-top-zoomed.html b/LayoutTests/fast/css/sticky/sticky-top-zoomed.html
index 950a6ff5f85cb19b1ee4598e5c36ad5ac5e953a2..c681358bc792120c3338f1e91b09c51f84bffd21 100644
--- a/LayoutTests/fast/css/sticky/sticky-top-zoomed.html
+++ b/LayoutTests/fast/css/sticky/sticky-top-zoomed.html
@@ -48,7 +48,7 @@
function doTest()
{
if (window.eventSender)
- eventSender.scalePageBy(1.5);
+ eventSender.setPageScaleFactor(1.5);
window.scrollTo(0, 100);
}

Powered by Google App Engine
This is Rietveld 408576698