Chromium Code Reviews| Index: PerformanceTests/Layout/line-layout.html |
| diff --git a/PerformanceTests/Layout/line-layout.html b/PerformanceTests/Layout/line-layout.html |
| index 88761aeb0e9da2266b0d2aa242068f56b0983547..1d8e9f41cd729b54bf187a0f91f1a56d1fd672d6 100644 |
| --- a/PerformanceTests/Layout/line-layout.html |
| +++ b/PerformanceTests/Layout/line-layout.html |
| @@ -78,11 +78,11 @@ |
| function test() { |
| style.display = "block"; |
| style.width = "280px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayout(); |
| style.width = "300px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayout(); |
| style.width = "290px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayout(); |
| style.display = "none"; |
| } |