| Index: PerformanceTests/Layout/flexbox-lots-of-data.html
|
| diff --git a/PerformanceTests/Layout/flexbox-lots-of-data.html b/PerformanceTests/Layout/flexbox-lots-of-data.html
|
| index e58a67a7fd6d97d6d56a2f389ac47cf7e6ea33d1..24dc4ac1ef748753ef004bac475d2c7f4d8374e0 100644
|
| --- a/PerformanceTests/Layout/flexbox-lots-of-data.html
|
| +++ b/PerformanceTests/Layout/flexbox-lots-of-data.html
|
| @@ -52,7 +52,7 @@ function startTest() {
|
| description: "Measures performance of flexbox with lots of data laid out in as a table.",
|
| run: function() {
|
| document.body.style.width = ++index % 2 ? "99%" : "98%";
|
| - document.body.offsetHeight;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| }
|
| });
|
| }
|
|
|