Chromium Code Reviews| Index: PerformanceTests/Layout/hindi-line-layout.html |
| diff --git a/PerformanceTests/Layout/hindi-line-layout.html b/PerformanceTests/Layout/hindi-line-layout.html |
| index e7a40c24185562608fc1c1f9f9c6b2051cca21f7..c9b4feafd42661064519c916529bd02b63595b74 100644 |
| --- a/PerformanceTests/Layout/hindi-line-layout.html |
| +++ b/PerformanceTests/Layout/hindi-line-layout.html |
| @@ -27,11 +27,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"; |
| } |