Chromium Code Reviews| Index: PerformanceTests/Layout/line-layout-line-height.html |
| diff --git a/PerformanceTests/Layout/line-layout-line-height.html b/PerformanceTests/Layout/line-layout-line-height.html |
| index 11461cf9a9e787f3cc6b3648b4f19b4302c9694f..2ebab30bc36e618fc9ef51e52ef1ae29412dafa8 100644 |
| --- a/PerformanceTests/Layout/line-layout-line-height.html |
| +++ b/PerformanceTests/Layout/line-layout-line-height.html |
| @@ -21,11 +21,11 @@ |
| function test() { |
| style.display = "block"; |
| style.width = "280px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayoutOrFullFrame(); |
| style.width = "300px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayoutOrFullFrame(); |
| style.width = "290px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayoutOrFullFrame(); |
| style.display = "none"; |
| } |