| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| index 3f84911112ae79150a56fb399791a93ef807cdb4..89f88fe6a35b017737d808ffe98b4a5e40da160b 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| @@ -12,8 +12,8 @@ This test is successful if "Target Link" above is covered in a transparent green
|
| </div>
|
| <script>
|
| function runTest() {
|
| - if (window.internals) {
|
| - window.internals.setPageScaleFactor(2, 0, 0);
|
| + if (window.eventSender) {
|
| + window.eventSender.setPageScaleFactor(2, 0, 0);
|
| }
|
|
|
| var clientRect = document.getElementById('targetLink').getBoundingClientRect();
|
|
|