4 <script src=
"../resources/runner.js"></script>
7 var canvas
= document
.createElement("canvas");
8 var ctx
= canvas
.getContext("2d");
9 var font1
= "bold 15px Arial";
19 PerfTestRunner
.measureRunsPerSecond({
20 description
: "Measures performance of setting the current font and measuring text using the same font over and over.",