Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: PerformanceTests/DOM/modify-element-classname.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clarified APIs and improved some language on animation benchmarks Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: PerformanceTests/DOM/modify-element-classname.html
diff --git a/PerformanceTests/DOM/modify-element-classname.html b/PerformanceTests/DOM/modify-element-classname.html
index 683fb62d47f70ee466b319ef5335c9940733aeca..af48dedff94ae78c05f1ca949b5937aef88ff978 100644
--- a/PerformanceTests/DOM/modify-element-classname.html
+++ b/PerformanceTests/DOM/modify-element-classname.html
@@ -6,6 +6,8 @@
var element;
PerfTestRunner.measureTime({
+ description: "Measures performance of changing a DOM element's className property.",
+
setup: function() {
element = document.createElement('div');
},

Powered by Google App Engine
This is Rietveld 408576698