haikuwebkit/PerformanceTests/DOM/CloneNodes.html

11 lines
382 B
HTML

<!DOCTYPE html>
<html>
<body>
<div id="container"><span id="benchmark_content"></span></div>
<script type="text/javascript" src="../resources/runner.js"></script>
<script type="text/javascript" src="resources/dom-perf.js"></script>
<script type="text/javascript" src="resources/dom-perf/clonenodes.js"></script>
<script> runBenchmarkSuite(CloneNodesTest); </script>
</body>
</html>