jquery-mobile/tests/unit/navigation/push-state-disabled-tests.html
2011-09-23 16:32:56 -07:00

11 lines
401 B
HTML

<!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. -->
<meta http-equiv="refresh" content="0; url='./?push-state=false'"></meta>
</head>
<body>
</body>
</html>