Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / underscore.string / test / test_underscore / test.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4   <title>Underscore Test Suite</title>
5   <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
6   <script type="text/javascript" src="vendor/jquery.js"></script>
7   <script type="text/javascript" src="vendor/qunit.js"></script>
8   <script type="text/javascript" src="vendor/jslitmus.js"></script>
9   <script type="text/javascript" src="../underscore.js"></script>
10   <script type="text/javascript" src="../../lib/underscore.string.js"></script>
11   <script type="text/javascript" src="collections.js"></script>
12   <script type="text/javascript" src="arrays.js"></script>
13   <script type="text/javascript" src="functions.js"></script>
14   <script type="text/javascript" src="objects.js"></script>
15   <script type="text/javascript" src="utility.js"></script>
16   <script type="text/javascript" src="chaining.js"></script>
17   <script type="text/javascript" src="speed.js"></script>
18 </head>
19 <body>
20   <div class="underscore-test">
21     <h1 id="qunit-header">Underscore Test Suite</h1>
22     <h2 id="qunit-banner"></h2>
23     <h2 id="qunit-userAgent"></h2>
24     <ol id="qunit-tests"></ol>
25     <br />
26     <h1 class="qunit-header">Underscore Speed Suite</h1>
27     <p>
28       A representative sample of the functions are benchmarked here, to provide
29       a sense of how fast they might run in different browsers.
30       Each iteration runs on an array of 1000 elements.<br /><br />
31       For example, the 'intersect' test measures the number of times you can
32       find the intersection of two thousand-element arrays in one second.
33     </p>
34     <br />
35
36     <script type="text/html" id="template">
37       <%
38       if (data) { data += 12345; }; %>
39       <li><%= data %></li>
40     </script>
41   </div>
42 </body>
43 </html>