| 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..f456789230c66e0288938cabac549eac172868aa 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.layoutOrFullyRender();
|
| document.getElementById("flexbox").style.display = '';
|
| - document.body.clientHeight;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| }
|
|
|
| PerfTestRunner.measureRunsPerSecond({
|
|
|