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..17c2fd8a2b15e23ce848d10a7b7bf02868823ac6 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.layoutOrFullyRender(); |
| style.width = "300px"; |
| - target.offsetLeft; |
| + PerfTestRunner.layoutOrFullyRender(); |
| style.width = "290px"; |
| - target.offsetLeft; |
| + PerfTestRunner.layoutOrFullyRender(); |
| style.display = "none"; |
| } |