| Index: PerformanceTests/Layout/chapter-reflow-twice.html
|
| diff --git a/PerformanceTests/Layout/chapter-reflow-twice.html b/PerformanceTests/Layout/chapter-reflow-twice.html
|
| index ea8a43a92754acdb0d56a94a45324076199cd363..66991d905c67d09d50f41b3967c81ef09d29a65e 100644
|
| --- a/PerformanceTests/Layout/chapter-reflow-twice.html
|
| +++ b/PerformanceTests/Layout/chapter-reflow-twice.html
|
| @@ -73,15 +73,15 @@
|
|
|
| style.fontSize = "10px";
|
| style.width = "280px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayout();
|
| style.width = "300px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayout();
|
|
|
| style.fontSize = "12px";
|
| style.width = "280px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayout();
|
| style.width = "300px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayout();
|
|
|
| style.display = "none";
|
| }
|
|
|