| Index: PerformanceTests/Layout/flexbox-column-nowrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-column-nowrap.html b/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| index 08befb7eca9ab1ac3ee5ebffb75fe2461b3787e6..7821962b602cf3bd3e194c16c8234e192163c5f9 100644
|
| --- a/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| @@ -23,9 +23,9 @@
|
| function runTest()
|
| {
|
| document.getElementById("flexbox").style.display = 'flex';
|
| - document.body.clientHeight;
|
| + PerfTestRunner.forceLayout();
|
| document.getElementById("flexbox").style.display = '';
|
| - document.body.clientHeight;
|
| + PerfTestRunner.forceLayout();
|
| }
|
|
|
| PerfTestRunner.measureRunsPerSecond({
|
|
|