| 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..cff49711babb311473dc0f7c906260e7fa41ce87 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.forceLayoutOrFullFrame();
|
| container.remove();
|
| }
|
| }
|
|
|