Chromium Code Reviews| Index: PerformanceTests/Layout/chapter-reflow-once-random.html |
| diff --git a/PerformanceTests/Layout/chapter-reflow-once-random.html b/PerformanceTests/Layout/chapter-reflow-once-random.html |
| index 54ca15dda07412c2ac5379caaca1e928748bf37d..775808dd7a22c4d9ea0449dd21e4ece64f8bc53e 100644 |
| --- a/PerformanceTests/Layout/chapter-reflow-once-random.html |
| +++ b/PerformanceTests/Layout/chapter-reflow-once-random.html |
| @@ -68,7 +68,7 @@ |
| style.display = "block"; |
| style.width = "280px"; |
| - target.offsetLeft; |
| + PerfTestRunner.forceLayout(); |
| style.display = "none"; |
| } |