| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Floats layout performance tester with 2 columns and 100 rows</tit
le> | 4 <title>Floats layout performance tester with 2 columns and 100 rows</tit
le> |
| 5 <link rel="stylesheet" href="resources/floats.css" TYPE="text/css"></lin
k> | 5 <link rel="stylesheet" href="resources/floats.css" TYPE="text/css"></lin
k> |
| 6 <script src="../resources/runner.js"></script> | 6 <script src="../resources/runner.js"></script> |
| 7 <script src="resources/floats.js"></script> | 7 <script src="resources/floats.js"></script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <pre id="log"></pre> | 10 <pre id="log"></pre> |
| 11 <script> | 11 <script> |
| 12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(50,
100, 0, 20, 1)}); | 12 PerfTestRunner.measureTime({ |
| 13 description: "Measures performance of a float layout with 1 row
containing 50x100 floats.", |
| 14 run: createFloatsLayoutTestFunction(50, 100, 0, 20, 1) |
| 15 }); |
| 13 </script> | 16 </script> |
| 14 </body> | 17 </body> |
| 15 </html> | 18 </html> |
| OLD | NEW |