| Index: LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
 | 
| ===================================================================
 | 
| --- LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js	(revision 159992)
 | 
| +++ LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js	(working copy)
 | 
| @@ -130,6 +130,9 @@
 | 
|  }
 | 
|  
 | 
|  window.onload = function() {
 | 
| +    if (window.internals)
 | 
| +        window.internals.forceCompositingUpdate(document);
 | 
| +
 | 
|      // Run each general test case.
 | 
|      var tests = document.querySelectorAll('.testcase');
 | 
|      for ( var i = 0; i < tests.length; i++)
 | 
| 
 |