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

Unified Diff: PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.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
Index: PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.html
diff --git a/PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.html b/PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.html
index 0aab52580a08fab6cc50170af830243e0ad26855..90574d7e74e4f5ddf9453eac4188b3f4d45a40a6 100644
--- a/PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.html
+++ b/PerformanceTests/ShadowDOM/shadow-style-share-attr-selectors.html
@@ -9,6 +9,7 @@
var listSize = 1000;
window.onload = function() {
PerfTestRunner.measureTime({
+ description: "Measures performance of creating and rendering elements with shadow roots from templates (contains attribute selector styles).",
run: function() {
var list = document.querySelector('#list');
var tmpl = document.querySelector("#tmpl");
« no previous file with comments | « PerformanceTests/ShadowDOM/shadow-style-share.html ('k') | PerformanceTests/ShadowDOM/shadow-style-share-media-query.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698