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

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

Powered by Google App Engine
This is Rietveld 408576698