| Index: LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml
|
| diff --git a/LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml b/LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml
|
| index 0c366ba17affd245a7b7102cf5cd6ee195838d82..a993bd3e1bd96e50a3cf6a74fcda16769af9c31e 100644
|
| --- a/LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml
|
| +++ b/LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml
|
| @@ -13,6 +13,9 @@
|
| document.documentElement.insertBefore(newElm, document.getElementsByTagName("body")[0]);
|
| document.getElementsByTagName("p")[0].firstChild.data = "There should be scrollbars for the viewport -- not for this box. (Additionally, there should be a box above that does have scrollbars.)";
|
| }
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| + }
|
| </script>
|
| </head>
|
| <body>
|
| @@ -22,4 +25,4 @@
|
| <p class="filler">This is filler text.</p>
|
| <p class="filler">This is filler text.</p>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|