| Index: PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| diff --git a/PerformanceTests/Layout/SimpleTextPathLineLayout.html b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| index 65c498f5f5208cd9d561d24d15abe48fd1937d7b..8eb246d802cecf01f3e59e7af838d1ef5f3c803b 100644
|
| --- a/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| +++ b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
|
| @@ -38,7 +38,10 @@ Cibo tollit perpetua eos an, eu sale expetendis mea, nam at assum convenire nece
|
| style.display = "none";
|
| }
|
|
|
| - PerfTestRunner.measureRunsPerSecond({ run: test });
|
| + PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of layout on English and Chinese characters.",
|
| + run: test
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|