| Index: LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html
|
| diff --git a/LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html b/LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html
|
| index 024ec65a13d28186036237349b0e5c28c1c08701..2be112f75e243058c3980b3747f48d20d2bfe157 100644
|
| --- a/LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html
|
| +++ b/LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html
|
| @@ -28,14 +28,14 @@
|
| <div class="percentage_size" style="right:10%;bottom:5%"></div>
|
| <script>
|
| function runTest() {
|
| - if (window.internals) {
|
| + if (window.internals && window.eventSender) {
|
| window.internals.settings.setFixedElementsLayoutRelativeToFrame(true);
|
|
|
| // Force scrollbar to hide and re-layout immediately.
|
| - window.internals.setPageScaleFactor(0.1, 0, 0);
|
| + window.eventSender.setPageScaleFactor(0.1, 0, 0);
|
| document.body.offsetTop;
|
|
|
| - window.internals.setPageScaleFactor(0.5, 0, 0);
|
| + window.eventSender.setPageScaleFactor(0.5, 0, 0);
|
| }
|
| }
|
| </script>
|
|
|