| 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..608a5640dedbef658d9c0a3ba2b82698f7a54aed 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.layoutOrFullyRender(); | 
| container.remove(); | 
| } | 
| } | 
|  |