| 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 488645707c57a1fafcf2f2507bcba5b5ead622ab..66801cc48e48541d6238e5da344ac697aa999ce4 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
 | 
| @@ -10,6 +10,10 @@
 | 
|        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();
 | 
| 
 |