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

Unified Diff: LayoutTests/fast/dom/partial-layout-block.html

Issue 23819053: Rename usesOverlayScrollbars of settings to mockScrollbarsUseOverlay (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mockScrollbarsUses... -> mockScrollbarsUse... Created 7 years, 3 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 | « no previous file | LayoutTests/fast/dom/partial-layout-non-overlay-scrollbars.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/partial-layout-block.html
diff --git a/LayoutTests/fast/dom/partial-layout-block.html b/LayoutTests/fast/dom/partial-layout-block.html
index df8d31d3efeb7bbc5bb20b7e948ba7bc34a03129..8973a6e5f234150b9cdb175753f55ab895cdc933 100644
--- a/LayoutTests/fast/dom/partial-layout-block.html
+++ b/LayoutTests/fast/dom/partial-layout-block.html
@@ -27,8 +27,10 @@ html, body {
if (window.testRunner)
testRunner.dumpAsText();
- if (window.internals)
- window.internals.setUsesOverlayScrollbars(true);
+ if (window.internals) {
+ internals.settings.setMockScrollbarsEnabled(true);
+ internals.settings.setMockScrollbarsUseOverlay(true);
+ }
test(function() {
var measure = document.getElementById('measure');
« no previous file with comments | « no previous file | LayoutTests/fast/dom/partial-layout-non-overlay-scrollbars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698