html4+html5.dojo.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html debug="true">
  3. <head>
  4. <meta http-equiv="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT" />
  5. <meta http-equiv="PRAGMA" CONTENT="NO-CACHE" />
  6. <meta http-equiv="CACHE-CONTROL" CONTENT="NO-CACHE" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  8. <title>History.js HTML4+HTML5 Dojo Test Suite</title>
  9. <!-- Check -->
  10. <script>
  11. var href = window.document.location.href,
  12. test_url = href.replace(/(history\.js\/tests\/[^\/\?\#]+).*/,'$1');
  13. if ( test_url !== href ) {
  14. window.document.location.href = test_url;
  15. }
  16. </script>
  17. <!-- Framework -->
  18. <script src="../vendor/dojo.js"></script>
  19. <!-- QUnit -->
  20. <!--
  21. -->
  22. <link rel="stylesheet" href="../vendor/qunit/qunit/qunit.css" type="text/css" media="screen">
  23. <script src="../vendor/qunit/qunit/qunit.js"></script>
  24. </head>
  25. <body>
  26. <!-- Elements -->
  27. <h1 id="qunit-header">History.js HTML4+HTML5 Dojo Test Suite</h1>
  28. <h2 id="qunit-banner"></h2>
  29. <div id="qunit-testrunner-toolbar"></div>
  30. <h2 id="qunit-userAgent"></h2>
  31. <ol id="qunit-tests"></ol>
  32. <div id="qunit-fixture">test markup</div>
  33. <button onclick="history.back()">back</button><button onclick="history.forward()">forward</button>
  34. <textarea id="log" style="width:100%;height:400px"></textarea>
  35. <!-- History.js -->
  36. <script src="../scripts/uncompressed/json2.js"></script>
  37. <script src="../scripts/uncompressed/history.adapter.dojo.js"></script>
  38. <script src="../scripts/uncompressed/history.html4.js"></script>
  39. <script src="../scripts/uncompressed/history.js"></script>
  40. <!--
  41. <script src="../scripts/bundled/html4+html5/dojo.history.js"></script>
  42. -->
  43. <!-- Tests -->
  44. <!--
  45. -->
  46. <script src="tests.js"></script>
  47. </body>
  48. </html>