| Index: PerformanceTests/Layout/flexbox-row-wrap.html | 
| diff --git a/PerformanceTests/Layout/flexbox-row-wrap.html b/PerformanceTests/Layout/flexbox-row-wrap.html | 
| index 8affeace5239d060a82bf7418740202c4ef23f5e..b086ce4bc354fb546d915f04623dd4b22d78b96a 100644 | 
| --- a/PerformanceTests/Layout/flexbox-row-wrap.html | 
| +++ b/PerformanceTests/Layout/flexbox-row-wrap.html | 
| @@ -23,9 +23,9 @@ | 
| function runTest() | 
| { | 
| document.getElementById("flexbox").style.display = 'flex'; | 
| -    document.body.clientHeight; | 
| +    PerfTestRunner.layoutOrFullyRender(); | 
| document.getElementById("flexbox").style.display = ''; | 
| -    document.body.clientHeight; | 
| +    PerfTestRunner.layoutOrFullyRender(); | 
| } | 
|  | 
| PerfTestRunner.measureRunsPerSecond({ | 
|  |