| Index: PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| diff --git a/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html b/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| index 03f25948a3e4140d7043512fc8cf5f9a666f4207..147dd9a9686acbdf346d65fc327425e502936f9f 100644
|
| --- a/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| +++ b/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| @@ -37,7 +37,7 @@ function run()
|
| for (var i = 0; i < nLoops; ++i) {
|
| host.appendChild(div);
|
| host.removeChild(div);
|
| - host.offsetLeft;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| }
|
| }
|
|
|
|
|