| 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");
|
|
|