| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
|
| index 8ad83a158d9f7c2a66c8750a55be60f3dd737de1..fcf88fb7703672fb435134f3f5f1538e8bb43022 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
|
| @@ -11,10 +11,6 @@
|
| function runTest() {
|
| var targetDiv = document.getElementById('targetDiv');
|
| var resultDiv = document.getElementById('result');
|
| -
|
| - if (window.internals)
|
| - window.internals.forceCompositingUpdate(document);
|
| -
|
| if (!window.internals || !didOptIn(targetDiv))
|
| resultDiv.innerHTML = "Error: target scrollable overflow div did not opt-in.";
|
| var clientRect = document.getElementById('targetLink').getBoundingClientRect();
|
|
|