| Index: PerformanceTests/Layout/flexbox-row-nowrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-row-nowrap.html b/PerformanceTests/Layout/flexbox-row-nowrap.html
|
| index cadb48ef23b78b4f3f439fdeb5ad80e4f1911c98..82d873f902159a34ffe698bd10b97c47b6e6913b 100644
|
| --- a/PerformanceTests/Layout/flexbox-row-nowrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-row-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({
|
|
|