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