removed old test pages for navigation and one unneeded test

This commit is contained in:
John Bender 2011-02-15 23:01:22 -08:00
parent bec975ad3a
commit 8ea018147c
3 changed files with 0 additions and 22 deletions

View file

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div data-role="page" data-url="foo/" data-other="for testing">
</div>
</body>
</html>

View file

@ -216,10 +216,6 @@
stop();
};
test( "when loading a page where data-url is defined on a sub element set the hash with that url", function(){
testDataUrlHash("#data-url a", /^#foo\//);
});
test( "when loading a page where data-url is not defined on a sub element hash defaults to the url", function(){
testDataUrlHash("#non-data-url a", /^#data-url-tests\/non-data-url.html$/);
});

View file

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div data-role="page">
</div>
</body>
</html>