Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Parser / textarea-parsing.html
index ce534ce..f74583f 100644 (file)
@@ -20,8 +20,11 @@ for (var i = 0; i < 1000; ++i) {
 htmlText += "</textarea>"
 
 var container = document.getElementById('container');
-PerfTestRunner.measureRunsPerSecond({run: function() {
-    container.innerHTML = htmlText;
-}});
+PerfTestRunner.measureRunsPerSecond({
+    description: "Measures performance of parsing within a <textarea> tag.",
+    run: function() {
+        container.innerHTML = htmlText;
+    }
+});
 </script>
 </body>