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