| 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..ae87de07e76622a0290c66bc6283ccd3fdcbc50b 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.layoutOrFullyRender();
|
| style.width = "300px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.layoutOrFullyRender();
|
|
|
| style.fontSize = "12px";
|
| style.width = "280px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| style.width = "300px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.layoutOrFullyRender();
|
|
|
| style.display = "none";
|
| }
|
|
|