push-state-disabled-base-tests.html 414 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- forces the base-tests into a push state disabled run and allows for
  5. the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
  6. test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
  7. <meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'"></meta>
  8. </head>
  9. <body>
  10. </body>
  11. </html>