| Index: PerformanceTests/ShadowDOM/shadow-style-share.html
|
| diff --git a/PerformanceTests/ShadowDOM/shadow-style-share.html b/PerformanceTests/ShadowDOM/shadow-style-share.html
|
| index e6eb37d7d18a57b477c3301296f9ddec9ec940f0..5c03f8ae46a3b43605fdfc4523be6e0be859d261 100644
|
| --- a/PerformanceTests/ShadowDOM/shadow-style-share.html
|
| +++ b/PerformanceTests/ShadowDOM/shadow-style-share.html
|
| @@ -9,6 +9,7 @@
|
| var listSize = 100;
|
| window.onload = function() {
|
| PerfTestRunner.measureTime({
|
| + description: "Measures performance of creating and rendering elements with shadow roots from templates (contains class descendant selector styles).",
|
| run: function() {
|
| var list = document.querySelector('#list');
|
| var tmpl = document.querySelector("#tmpl");
|
|
|