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