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