Skip to content

Commit cf0abbb

Browse files
author
Gabriel Schulhof
committed
[sequence-tests] Forgot to add pushState-disabled path1-path2 tests
1 parent bd282d2 commit cf0abbb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
<script src="../../../../js/jquery.js"></script>
8+
<script src="../../../jquery.testHelper.js"></script>
9+
<script type="text/javascript">
10+
$.testHelper.pushStateRedirect( "./sequence-path1-path2-dialog-hash-key-tests.html" );
11+
</script>
12+
</head>
13+
<body>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)