| Index: PerformanceTests/CSS/AttributeDescendantSelector.html
|
| diff --git a/PerformanceTests/CSS/AttributeDescendantSelector.html b/PerformanceTests/CSS/AttributeDescendantSelector.html
|
| index baf3ec036af135f4f8ff1e3e7ac37c45ab452cfe..b0f36fa5614777ae8480b3b2470d8d76e0260c6c 100644
|
| --- a/PerformanceTests/CSS/AttributeDescendantSelector.html
|
| +++ b/PerformanceTests/CSS/AttributeDescendantSelector.html
|
| @@ -43,7 +43,10 @@ var runFunction = function()
|
| root.removeAttribute("attr");
|
| }
|
|
|
| -PerfTestRunner.measureRunsPerSecond({run: runFunction});
|
| +PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of the CSS attribute descendant selector ([a=b] [c=d]).",
|
| + run: runFunction
|
| +});
|
|
|
| </script>
|
| </body>
|
|
|