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

Unified Diff: PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.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-with-distribution.html
diff --git a/PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.html b/PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.html
index 8915fa6be5618d7263b01df9002903f99b65b671..3da6e0d50c109418ef552e5429849c69e6ad024e 100644
--- a/PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.html
+++ b/PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.html
@@ -16,6 +16,7 @@
root.appendChild(document.createElement('content'));
PerfTestRunner.measureTime({
+ description: "Measures performance of creating and rendering elements with shadow roots (contains class descendant selector styles).",
setup: function() {
},
run: function() {
@@ -42,4 +43,4 @@
<div class="bar baz">item</div>
</div>
</template>
-<section id="list"></section>
+<section id="list"></section>

Powered by Google App Engine
This is Rietveld 408576698