Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / flexbox-with-stretch-layout.html
index 7be0d07..e171b07 100644 (file)
@@ -60,6 +60,9 @@ function runTest()
     switcher = !switcher;
 };
 
-PerfTestRunner.measureRunsPerSecond({run: runTest });
+PerfTestRunner.measureRunsPerSecond({
+    description: "Measures performance of flexbox containing many small elements with wrapping (column).",
+    run: runTest
+});
 </script>
 </html>