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..6177470ea400c76c7a088250d4de3a01fcfb150f 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.forceLayoutOrFullFrame(); |
| style.display = "none"; |
| } |