Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></li nk> | |
| 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", 400, 4 00, "auto", 0.8)); | |
| 17 </script> | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |