| Index: PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| diff --git a/PerformanceTests/Layout/flexbox-with-stretch-layout.html b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| index e171b07a26448ef68ea4b0d2a5f989685d6f029f..0698e78f74581d0546dd2d5d8bc30a4c2c751668 100644
|
| --- a/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| +++ b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| @@ -44,6 +44,7 @@ function setupTest()
|
| div.appendChild(span);
|
| container.appendChild(div);
|
| };
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| };
|
|
|
| setupTest();
|
| @@ -55,7 +56,7 @@ function runTest()
|
| var inlineBlocks = document.getElementsByClassName("inlineBlock");
|
| for (var i = inlineBlocks.length - 1; i >= 0; i--) {
|
| inlineBlocks[i].innerText = switcher ? " " : nbsp;
|
| - inlineBlocks[i].offsetTop;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| };
|
| switcher = !switcher;
|
| };
|
|
|