| Index: LayoutTests/fast/body-propagation/overflow/001.html
|
| diff --git a/LayoutTests/fast/body-propagation/overflow/001.html b/LayoutTests/fast/body-propagation/overflow/001.html
|
| index e105c76aad1ade5ad5016f19e12deda6186e3eef..93e4a5bcbab015796f523237fdcba4fd1be219de 100644
|
| --- a/LayoutTests/fast/body-propagation/overflow/001.html
|
| +++ b/LayoutTests/fast/body-propagation/overflow/001.html
|
| @@ -8,6 +8,11 @@
|
| .filler { color:gray; }
|
| </style>
|
| </head>
|
| + <script>
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| + }
|
| + </script>
|
| <body>
|
| <p>There should be scrollbars for the viewport -- not for this box.</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>
|
|
|