| Index: PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
|
| diff --git a/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html b/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
|
| index ce5a263bfda072b921ff7c662a7a97cea79a4cb9..4400086e7524138379f8a8abfc6811c6cd688e64 100644
|
| --- a/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
|
| +++ b/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
|
| @@ -42,7 +42,7 @@ function run()
|
| for (var i = 0; i < nLoops; ++i) {
|
| host.appendChild(div);
|
| host.removeChild(div);
|
| - host.offsetLeft;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| }
|
| }
|
|
|
|
|