| Index: LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
|
| diff --git a/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js b/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
|
| index 80d920d2799291388655771950299dbcd347e4bd..cb002b8a0760c2e12ad14f002d485016dd910b5d 100644
|
| --- a/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
|
| +++ b/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
|
| @@ -132,13 +132,8 @@ if (window.internals) {
|
| window.onload = function() {
|
| // Run each general test case.
|
| var tests = document.querySelectorAll('.testcase');
|
| - for ( var i = 0; i < tests.length; i++) {
|
| - // Force a compositing update before testing each case to ensure that
|
| - // any subsequent touch rect updates are actually done because of
|
| - // the event handler changes in the test itself.
|
| - window.internals.forceCompositingUpdate(document);
|
| + for ( var i = 0; i < tests.length; i++)
|
| testElement(tests[i]);
|
| - }
|
|
|
| if (window.additionalTests)
|
| additionalTests();
|
|
|