| Index: PerformanceTests/Layout/chapter-reflow-thrice.html
|
| diff --git a/PerformanceTests/Layout/chapter-reflow-thrice.html b/PerformanceTests/Layout/chapter-reflow-thrice.html
|
| index 77ede42ccf1615aafdb5f364957cb84ac1ea8b69..d8f7471d514629dc4492ade89ac84220f0de9325 100644
|
| --- a/PerformanceTests/Layout/chapter-reflow-thrice.html
|
| +++ b/PerformanceTests/Layout/chapter-reflow-thrice.html
|
| @@ -90,7 +90,10 @@
|
| style.display = "none";
|
| }
|
|
|
| - PerfTestRunner.measureRunsPerSecond({ run: test });
|
| + PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of 3 layouts (using 2 different font-sizes) on a page containing English text.",
|
| + run: test
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|