Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / flexbox-column-wrap.html
index 0bc36ba..6b9ee53 100644 (file)
@@ -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 (column).",
+    run: runTest,
+    done: function() {
+        document.getElementById("flexbox").style.display = 'none';
+    }
+});
 </script>
 </html>