Index: LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-part-3.html |
diff --git a/LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-part-3.html b/LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-part-3.html |
index d9c9b9bdeb85eb602317810583463609927dcb2e..23aa8a8797fd2d4abc38f815a832de2a9db5afc7 100644 |
--- a/LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-part-3.html |
+++ b/LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-part-3.html |
@@ -12,8 +12,10 @@ |
// |
// Note that permutation set 2 specifically tests the permutations for which |
// the 'sibling' is placed at the index 2 of the paint order. |
- if (window.internals) |
+ if (window.internals) { |
window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true); |
+ window.internals.settings.setCompositorDrivenAcceleratedScrollingEnabled(false); |
+ } |
function doTest() |
{ |