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