Home | History | Annotate | Download | only in Layout
      1 <!DOCTYPE html>
      2 <html>
      3     <head>
      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>
      8     </head>
      9     <body>
     10         <pre id="log"></pre>
     11         <script>
     12             PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)});
     13         </script>
     14     </body>
     15 </html>
     16