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