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