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

Unified Diff: LayoutTests/svg/as-background-image/tiled-background-image.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 page scale override function from EventSender. Created 7 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/svg/as-background-image/tiled-background-image.html
diff --git a/LayoutTests/svg/as-background-image/tiled-background-image.html b/LayoutTests/svg/as-background-image/tiled-background-image.html
index 2202d5917b435cf548cf8226114066429d1068d7..c61f9a52e25af261bb6cca01660186616ba9b6ba 100644
--- a/LayoutTests/svg/as-background-image/tiled-background-image.html
+++ b/LayoutTests/svg/as-background-image/tiled-background-image.html
@@ -36,8 +36,8 @@
</style>
<script>
function setScale() {
- if (window.internals)
- window.internals.setPageScaleFactor(2, 0, 0);
+ if (window.eventSender)
+ window.eventSender.setPageScaleFactor(2, 0, 0);
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698