4 <title>Layout performance tester with
1000 rows containing
10 floats and a normal flow div.
</title>
5 <link rel=
"stylesheet" href=
"resources/floats.css" TYPE=
"text/css"></link>
6 <script src=
"../resources/runner.js"></script>
7 <script src=
"resources/floats.js"></script>
12 PerfTestRunner
.measureTime({
13 description
: "Measures performance of a float layout with 1000 rows containing 10x1 floats each.",
14 run
: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)