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

Unified Diff: PerformanceTests/ShadowDOM/shadow-style-share.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/ShadowDOM/shadow-style-share.html
diff --git a/PerformanceTests/ShadowDOM/shadow-style-share.html b/PerformanceTests/ShadowDOM/shadow-style-share.html
index e6eb37d7d18a57b477c3301296f9ddec9ec940f0..5c03f8ae46a3b43605fdfc4523be6e0be859d261 100644
--- a/PerformanceTests/ShadowDOM/shadow-style-share.html
+++ b/PerformanceTests/ShadowDOM/shadow-style-share.html
@@ -9,6 +9,7 @@
var listSize = 100;
window.onload = function() {
PerfTestRunner.measureTime({
+ description: "Measures performance of creating and rendering elements with shadow roots from templates (contains class descendant selector styles).",
run: function() {
var list = document.querySelector('#list');
var tmpl = document.querySelector("#tmpl");

Powered by Google App Engine
This is Rietveld 408576698