Index: LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html |
diff --git a/LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html b/LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html |
index 1447270bfc5ba9f3aa129d6e9393279d98c4f7a7..e547068948cd027af4d7fb47e1cdce547400f4de 100644 |
--- a/LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html |
+++ b/LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html |
@@ -1,9 +1,8 @@ |
<html> |
<head> |
<script type="text/javascript"> |
-if (window.testRunner) { |
- testRunner.testRepaint(); |
- testRunner.repaintSweepHorizontally(); |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
} |
</script> |
<style> |