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