| Index: PerformanceTests/Layout/flexbox-row-wrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-row-wrap.html b/PerformanceTests/Layout/flexbox-row-wrap.html
|
| index 8affeace5239d060a82bf7418740202c4ef23f5e..df46b0c849ff49c83654d69fec6aecf55d18d8f5 100644
|
| --- a/PerformanceTests/Layout/flexbox-row-wrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-row-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({
|
|
|