Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / PerformanceTests / Layout / floats_10_1000.html
blob246546169e2578f37724dfec9843239313f19e20
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({
13 description: "Measures performance of a float layout with 1000 rows containing 10x1 floats each.",
14 run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)
15 });
16 </script>
17 </body>
18 </html>