Show controls when requested while control is transparent by timeout
[framework/web/webkit-efl.git] / PerformanceTests / DOM / CloneNodes.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div id="container"><span id="benchmark_content"></span></div>
5 <script type="text/javascript" src="../resources/runner.js"></script>
6 <script type="text/javascript" src="resources/dom-perf.js"></script>
7 <script type="text/javascript" src="resources/dom-perf/clonenodes.js"></script>
8 <script> runBenchmarkSuite(CloneNodesTest); </script>
9 </body>
10 </html>