Home | History | Annotate | Download | only in Layout
      1 <!DOCTYPE html>
      2 <html>
      3     <head>
      4         <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></link>
      5         <script src="../resources/runner.js"></script>
      6         <script src="resources/regions.js"></script>
      7         <style type="text/css">
      8         #log {
      9             position: fixed;
     10         }
     11         </style>
     12     </head>
     13     <body>
     14         <pre id="log"></pre>
     15         <script>
     16             PerfTestRunner.measureTime(createRegionsTest("300px", "auto", 1200, 400, "200px", 0.5));
     17         </script>
     18     </body>
     19 </html>
     20