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