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

Unified Diff: LayoutTests/rubberbanding/overhang-w.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
« no previous file with comments | « LayoutTests/rubberbanding/overhang-sw.html ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/rubberbanding/overhang-w.html
diff --git a/LayoutTests/rubberbanding/overhang-w.html b/LayoutTests/rubberbanding/overhang-w.html
index 7c6281b166f2265c7a322b50672a94b063024bcb..d45c661da54829f8051194d3bdaf6f175cec2cce 100644
--- a/LayoutTests/rubberbanding/overhang-w.html
+++ b/LayoutTests/rubberbanding/overhang-w.html
@@ -7,7 +7,7 @@
if (window.internals) {
document.getElementById('info').style.visibility = "hidden";
internals.settings.setMockScrollbarsEnabled(false);
- internals.setScrollViewPosition(document, -50, 0);
+ internals.setFrameViewPosition(document, -50, 0);
}
</script>
</body>
« no previous file with comments | « LayoutTests/rubberbanding/overhang-sw.html ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698