Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / PerformanceTests / Layout / floats_20_100_nested.html
blobb125ecc25b671410f84553318c5badc5eddc05b6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Floats layout performance tester with 2 columns and 100 rows</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({
13 description: "Measures performance of a float layout with 1 row containing 20x100 floats (nested).",
14 run: createFloatsLayoutTestFunction(20, 100, 100, 100, 1)
15 });
16 </script>
17 </body>
18 </html>