| Index: PerformanceTests/Layout/flexbox-column-wrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-column-wrap.html b/PerformanceTests/Layout/flexbox-column-wrap.html
|
| index 0bc36ba5e50df69cd537e625b9355526b6d43fee..6b9ee535599d2839b7a601fade82bfc9a7bdde08 100644
|
| --- a/PerformanceTests/Layout/flexbox-column-wrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-column-wrap.html
|
| @@ -28,8 +28,12 @@ function runTest()
|
| document.body.clientHeight;
|
| }
|
|
|
| -PerfTestRunner.measureRunsPerSecond({run: runTest, done:function() {
|
| - document.getElementById("flexbox").style.display = 'none';
|
| -}});
|
| +PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of flexbox with wrapping (column).",
|
| + run: runTest,
|
| + done: function() {
|
| + document.getElementById("flexbox").style.display = 'none';
|
| + }
|
| +});
|
| </script>
|
| </html>
|
|
|