Index: LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml |
diff --git a/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml b/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml |
index 6a81deb373cfc8f7114578284dfab2a7acfb848c..190c82bc9d3924489d74407a77e0b5a9946cf14a 100644 |
--- a/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml |
+++ b/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml |
@@ -8,6 +8,11 @@ |
.filler { color:gray; } |
</style> |
</head> |
+ <script> |
+ if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+ } |
+ </script> |
<body xmlns="urn:foo:bogus"/><body> |
<p>There should be scrollbars for the viewport -- not for this box. (Additionally, there should be a box above that does have scrollbars.)</p> |
<p class="filler">This is filler text.</p> |
@@ -15,4 +20,4 @@ |
<p class="filler">This is filler text.</p> |
<p class="filler">This is filler text.</p> |
</body> |
-</html> |
+</html> |