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