| Index: PerformanceTests/Layout/layers_overlap_3d.html
|
| diff --git a/PerformanceTests/Layout/layers_overlap_3d.html b/PerformanceTests/Layout/layers_overlap_3d.html
|
| index 4acfe98a57e65fbf814998f20c72ab9a3b48bfdf..acdb58ffaa457886839cf628a5adfc6c4a5c2138 100644
|
| --- a/PerformanceTests/Layout/layers_overlap_3d.html
|
| +++ b/PerformanceTests/Layout/layers_overlap_3d.html
|
| @@ -36,8 +36,7 @@
|
| container.appendChild(outer);
|
| }
|
| document.body.appendChild(container);
|
| - // Force a layout update.
|
| - document.body.clientHeight;
|
| + PerfTestRunner.forceLayout();
|
| container.remove();
|
| }
|
| }
|
|
|