| Index: PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| diff --git a/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html b/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
|
| index 03f25948a3e4140d7043512fc8cf5f9a666f4207..347fd108a89c9f0982ff0d7a8e0e3efcc65c030b 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.forceLayoutOrFullFrame();
|
| }
|
| }
|
|
|
|
|