X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FPerformanceTests%2FLayout%2Fflexbox-column-wrap.html;h=6b9ee535599d2839b7a601fade82bfc9a7bdde08;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0bc36ba5e50df69cd537e625b9355526b6d43fee;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/PerformanceTests/Layout/flexbox-column-wrap.html b/src/third_party/WebKit/PerformanceTests/Layout/flexbox-column-wrap.html index 0bc36ba..6b9ee53 100644 --- a/src/third_party/WebKit/PerformanceTests/Layout/flexbox-column-wrap.html +++ b/src/third_party/WebKit/PerformanceTests/Layout/flexbox-column-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 (column).", + run: runTest, + done: function() { + document.getElementById("flexbox").style.display = 'none'; + } +});