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

Unified Diff: LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html

Issue 648913002: Clean up vestiges of ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/compositing/rubberbanding/transform-overhang-size-change.html
diff --git a/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html b/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
index 5d2b0893f57bd583bbc431de1cb5bf46724dd238..d7a341ef28c479f9377ecb52790e14c1169a32a3 100644
--- a/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
+++ b/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
@@ -13,9 +13,9 @@
testRunner.waitUntilDone();
document.getElementById('info').style.visibility = "hidden";
internals.settings.setMockScrollbarsEnabled(false);
- internals.setScrollViewPosition(document, -20, -20);
+ internals.setFrameViewPosition(document, -20, -20);
runAfterDisplay(function() {
- internals.setScrollViewPosition(document, -60, -60);
+ internals.setFrameViewPosition(document, -60, -60);
testRunner.notifyDone();
});
}

Powered by Google App Engine
This is Rietveld 408576698