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

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

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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-id.html
diff --git a/PerformanceTests/DOM/modify-element-id.html b/PerformanceTests/DOM/modify-element-id.html
index 57f5fe8ecf963e6f21ca8b3aedd3e63d3edd2637..e1d559c1ed8350dd70f9bbc521bddbefda2f1493 100644
--- a/PerformanceTests/DOM/modify-element-id.html
+++ b/PerformanceTests/DOM/modify-element-id.html
@@ -6,6 +6,8 @@
var element;
PerfTestRunner.measureTime({
+ description: "Measures performance of changing a DOM element's id property.",
+
setup: function() {
element = document.createElement('div');
},

Powered by Google App Engine
This is Rietveld 408576698