| Index: PerformanceTests/Layout/flexbox-column-wrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-column-wrap.html b/PerformanceTests/Layout/flexbox-column-wrap.html
|
| index 6b9ee535599d2839b7a601fade82bfc9a7bdde08..8202b3c83f8c52982cdaa0bdb9537c2869944f4c 100644
|
| --- a/PerformanceTests/Layout/flexbox-column-wrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-column-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({
|
|
|