jquery-mobile/tests/unit/navigation/push-state-disabled-tests.html

12 lines
401 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<!-- forces the base-tests into a push state disabled run and allows for
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
2011-09-13 20:56:18 +00:00
<meta http-equiv="refresh" content="0; url='./?push-state=false'"></meta>
</head>
<body>
</body>
</html>