Index: LayoutTests/fast/multicol/pagination-h-horizontal-tb.html |
diff --git a/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html b/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html |
index 966e8417adcffd259b01ca83c326c15754526ca1..0b771f11cc688afb47430f23bf5ce2697da553af 100644 |
--- a/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html |
+++ b/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html |
@@ -1,4 +1,9 @@ |
<html style="-webkit-writing-mode: horizontal-tb; overflow: -webkit-paged-x;"> |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
<body> |
<div style="border: solid; height: 900px; font: 50px ahem; -webkit-font-smoothing: none;"> |
<br><br><br><br><br><br><br><br><br><br> |