| Index: PerformanceTests/Layout/layers_overlap_2d.html
|
| diff --git a/PerformanceTests/Layout/layers_overlap_2d.html b/PerformanceTests/Layout/layers_overlap_2d.html
|
| index 1d0e7395494871bc53ad38a51ea585e98ac82a01..f906cdcc0f26fc8754f2f00924161d21f816b809 100644
|
| --- a/PerformanceTests/Layout/layers_overlap_2d.html
|
| +++ b/PerformanceTests/Layout/layers_overlap_2d.html
|
| @@ -43,8 +43,7 @@
|
| container.appendChild(outer);
|
| }
|
| document.body.appendChild(container);
|
| - // Force a layout update.
|
| - document.body.clientHeight;
|
| + PerfTestRunner.forceLayout();
|
| container.remove();
|
| }
|
| }
|
|
|