| 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..ba727cd7a4fafdc4bcffcf6c7daf2d89d3951e94 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.layoutOrFullyRender(); | 
| }; | 
|  | 
| 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.layoutOrFullyRender(); | 
| }; | 
| switcher = !switcher; | 
| }; | 
|  |