Chromium Code Reviews| Index: PerformanceTests/Layout/chapter-reflow-once.html |
| diff --git a/PerformanceTests/Layout/chapter-reflow-once.html b/PerformanceTests/Layout/chapter-reflow-once.html |
| index cb1104b805c9a2c671ef7394e3bbff7a53694573..f649e7f42ada9d382b8e9c1ce3d65cc8c15aa95f 100644 |
| --- a/PerformanceTests/Layout/chapter-reflow-once.html |
| +++ b/PerformanceTests/Layout/chapter-reflow-once.html |
| @@ -73,11 +73,11 @@ |
| style.fontSize = "10px"; |
| style.width = "280px"; |
| - target.offsetLeft; |
| + PerfTestRunner.layoutOrFullyRender(); |
| style.fontSize = "12px"; |
| style.width = "300px"; |
| - target.offsetLeft; |
| + PerfTestRunner.layoutOrFullyRender(); |
| style.display = "none"; |
| } |