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

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: alancutter nits 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
« no previous file with comments | « PerformanceTests/ShadowDOM/shadow-style-share-media-query.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « PerformanceTests/ShadowDOM/shadow-style-share-media-query.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698