| Index: PerformanceTests/Layout/layers_overlap_2d.html
|
| diff --git a/PerformanceTests/Layout/layers_overlap_2d.html b/PerformanceTests/Layout/layers_overlap_2d.html
|
| index a7d90e2e8e07da8e8efa4d62e236e4aa3fe28a12..1d0e7395494871bc53ad38a51ea585e98ac82a01 100644
|
| --- a/PerformanceTests/Layout/layers_overlap_2d.html
|
| +++ b/PerformanceTests/Layout/layers_overlap_2d.html
|
| @@ -48,7 +48,10 @@
|
| container.remove();
|
| }
|
| }
|
| - PerfTestRunner.measureTime({run: createTestFunction(5000)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Measures performance of non-overlapping 2D layers.",
|
| + run: createTestFunction(5000)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|