Handle keypad while WebPage sets the focus automatically
[framework/web/webkit-efl.git] / PerformanceTests / Layout / floats_100_100_nested.html
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.run(createFloatsLayoutTestFunction(100, 100, 100, 3), 1, 2);
13         </script>
14     </body>
15 </html>