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