| Index: PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| diff --git a/PerformanceTests/Layout/SimpleTextPathLineLayout.html b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| index 8eb246d802cecf01f3e59e7af838d1ef5f3c803b..827680dd0be9c8df103bb0e40e3831574d6856d2 100644
|
| --- a/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| +++ b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| @@ -30,11 +30,11 @@ Cibo tollit perpetua eos an, eu sale expetendis mea, nam at assum convenire nece
|
| function test() {
|
| style.display = "block";
|
| style.width = "200px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| style.width = "200px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| style.width = "200px";
|
| - target.offsetLeft;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| style.display = "none";
|
| }
|
|
|
|
|