| Index: PerformanceTests/Layout/flexbox-column-nowrap.html
|
| diff --git a/PerformanceTests/Layout/flexbox-column-nowrap.html b/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| index e52003d47f46399ff2614a9c3c9c6a4f8d7f1d6a..08befb7eca9ab1ac3ee5ebffb75fe2461b3787e6 100644
|
| --- a/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| +++ b/PerformanceTests/Layout/flexbox-column-nowrap.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 no wrapping (column).",
|
| + run: runTest,
|
| + done: function() {
|
| + document.getElementById("flexbox").style.display = 'none';
|
| + }
|
| +});
|
| </script>
|
| </html>
|
|
|