Index: LayoutTests/compositing/overflow/updating-scrolling-content.html |
=================================================================== |
--- LayoutTests/compositing/overflow/updating-scrolling-content.html (revision 142739) |
+++ LayoutTests/compositing/overflow/updating-scrolling-content.html (working copy) |
@@ -26,6 +26,9 @@ |
} |
</style> |
<script type="text/javascript"> |
+ if (window.internals) |
+ window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true); |
+ |
window.addEventListener('load', function() { |
if (!window.testRunner || !window.internals) { |
alert('This test requires testRunner to run!'); |